dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarCommandBuilder Class

SugarCommandBuilder Class Properties

For a list of all members of this type, see SugarCommandBuilder members.

Public Properties
 NameDescription
Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets a SugarDataAdapter object for which this SugarCommandBuilder object will generate SQL statements.  
Public PropertyGets or sets string containing list of key field names separated by semicolon. They are used to generate update commands.  
Public PropertyGets or sets whether the command builder quotes all the names of data source objects. (Inherited from Devart.Common.DbCommandBuilderBase)
Public PropertySpecifies whetherto include all column values in an update statement or only changed ones.  
Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyOverridden. Gets or sets list of fields to modify.  
Public Property

Gets or sets table name to generate update statements for.

 
Top
See Also