dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCommandBuilder Class

In This Topic
    SalesforceCommandBuilder Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a SalesforceDataAdapter object for which this SalesforceCommandBuilder 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 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 PropertySpecifies whether all column values in an update statement are included or only changed ones.  
    Public Property (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