dotConnect for SugarCRM Documentation
Devart.Data Namespace / SqlShimCommandBuilder Class
Properties Methods Events

SqlShimCommandBuilder Class Members

The following tables list the members exposed by SqlShimCommandBuilder.

Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.Component)
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public PropertyGets or sets string containing list of key field names separated by semicolon. They are used to generate update commands. (Inherited from Devart.Common.DbCommandBuilderBase)
Public PropertyGets or sets whether the command builder quotes all the names of data source objects. (Inherited from Devart.Common.DbCommandBuilderBase)
Public PropertyGets or sets list of fields whose values should be retrieved after a DML statement execution. (Inherited from Devart.Common.DbCommandBuilderBase)
Public PropertyGets or sets a value that indicates whether and how the Devart.Common.DbCommandBuilderBase should retrieve field values adjusted by server after an update. (Inherited from Devart.Common.DbCommandBuilderBase)
Public Property (Inherited from System.Data.Common.DbCommandBuilder)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the list of the fields, separated with ';' (semicolon), that should be updated with the update commands in the Devart.Common.DbCommandBuilder. If the field is not included in the list, it will not be updated. (Inherited from Devart.Common.DbCommandBuilder)
Public PropertyGets or sets table name to generate update statements for. (Inherited from Devart.Common.DbCommandBuilderBase)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodOverloaded. Gets the automatically generated SQL statement required to perform deletions when an application calls System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) on the System.Data.IDbDataAdapter. (Inherited from Devart.Common.DbCommandBuilder)
Public MethodOverloaded. Gets the automatically generated SQL statement required to perform inserts when an application calls System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) on the System.Data.IDbDataAdapter. (Inherited from Devart.Common.DbCommandBuilder)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Gets the automatically generated SQL statement required to refresh values from the data source. (Inherited from Devart.Common.DbCommandBuilder)
Public MethodOverloaded. Gets the automatically generated SQL statement required to perform updates on the data source when an application calls System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) on the System.Data.IDbDataAdapter. (Inherited from Devart.Common.DbCommandBuilder)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodReturns the string passed as the parameter enclosed in quotes. (Inherited from Devart.Common.DbCommandBuilder)
Public MethodRefreshes the data source schema information used to generate INSERT, UPDATE, or DELETE statements. (Inherited from Devart.Common.DbCommandBuilderBase)
Public Method (Inherited from System.ComponentModel.Component)
Public Method (Inherited from System.Data.Common.DbCommandBuilder)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Top
See Also