Name | Description | |
---|---|---|
UniCommandBuilder Constructor | Overloaded. Initializes a new instance of the UniCommandBuilder class. |
The following tables list the members exposed by UniCommandBuilder.
Name | Description | |
---|---|---|
UniCommandBuilder Constructor | Overloaded. Initializes a new instance of the UniCommandBuilder class. |
Name | Description | |
---|---|---|
CatalogLocation | Overridden. | |
CatalogSeparator | Sets or gets a string used as the catalog separator for an instance of the System.Data.Common.DbCommandBuilder class. (Inherited from System.Data.Common.DbCommandBuilder) | |
ConflictOption | Specifies which System.Data.ConflictOption is to be used by the System.Data.Common.DbCommandBuilder. (Inherited from System.Data.Common.DbCommandBuilder) | |
Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
DataAdapter | Gets or sets a UniDataAdapter object for which this UniCommandBuilder object will generate SQL statements. | |
KeyFields | Gets or sets string containing list of key field names separated by semicolon. They are used to generate update commands. | |
Quoted | Overridden. Gets or sets whether the command builder quotes all the names of database objects. | |
QuotePrefix | Overridden. The string to be placed before identifier when quoting a string with QuoteIdentifier method. | |
QuoteSuffix | Overridden. The string to be placed after identifier when quoting a string with QuoteIdentifier method. | |
SchemaSeparator | Gets or sets the character to be used for the separator between the schema identifier and any other identifiers. (Inherited from System.Data.Common.DbCommandBuilder) | |
SetAllValues | Specifies whether all column values in an update statement are included or only changed ones. (Inherited from System.Data.Common.DbCommandBuilder) | |
Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
UpdatingFields | Overridden. Gets or sets list of fields to modify. | |
UpdatingTable | Gets or sets table name to generate update statements for. | |
UseCatalog | Overridden. | |
UseSchema | Overridden. |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
DeriveParameters | Populates the specified UniCommand object's UniCommand.Parameters collection with parameter information for a stored procedure specified in the CommandText. | |
Dispose() | Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
GetDeleteCommand | Overloaded. Gets the automatically generated SQL statement required to perform deletions on the data source. | |
GetInsertCommand | Overloaded. Gets the automatically generated SQL statement required to perform inserts on the data source. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetRefreshCommand | Overloaded. Gets the automatically generated SQL statement required to refresh values from the database. (Inherited from Devart.Common.DbCommandBuilder) | |
GetUpdateCommand | Overloaded. Gets the automatically generated SQL statement required to perform updates on the data source. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
QuoteIdentifier | Overridden. Returns the string passed as the parameter enclosed in quotes. | |
RefreshSchema | Overridden. Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements. | |
ToString | Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component) | |
UnquoteIdentifier | Overridden. Removes quote strings from identifier. |
Name | Description | |
---|---|---|
Disposed | Occurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component) |