Member name | Description |
---|---|
ULCommandBuilder constructor |
Initializes a ULCommandBuilder object. |
ULCommandBuilder constructor |
Initializes a ULCommandBuilder object with the specified ULDataAdapter object. |
Member name | Description |
---|---|
DataAdapter property |
Gets or sets a ULDataAdapter object for which SQL statements are automatically generated. |
QuotePrefix property |
Gets or sets the starting character or characters to use when specifying UltraLite database objects, such as tables or columns, whose names contain characters such as spaces or reserved tokens. |
QuoteSuffix property |
Gets or sets the ending character or characters to use when specifying UltraLite database objects, such as tables or columns, whose names contain characters such as spaces or reserved tokens. |
Member name | Description |
---|---|
GetDeleteCommand method |
Gets the automatically generated ULCommand object required to perform deletions on the database. |
GetInsertCommand method |
Gets the automatically generated ULCommand object required to perform insertions on the database. |
GetUpdateCommand method |
Gets the automatically generated ULCommand object required to perform updates on the database. |
RefreshSchema method |
Clears the commands associated with this ULCommandBuilder. |