dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCommandBuilder Class
Properties Methods Events

In This Topic
    SalesforceCommandBuilder Class Members
    In This Topic

    The following tables list the members exposed by SalesforceCommandBuilder.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the SalesforceCommandBuilder class.  
    Top
    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 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 PropertySpecifies whether all column values in an update statement are included 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
    Public Methods
     NameDescription
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public Methodstatic (Shared in Visual Basic)Populates the specified SalesforceCommand object's SalesforceCommand.Parameters collection with parameter information for the SQL statement specified in the CommandText.  
    Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded. Gets the automatically generated SQL statement required to perform deletions on the data source.  
    Public MethodOverloaded. Gets the automatically generated SQL statement required to perform inserts on the data source.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets the automatically generated SQL statement required to perform updates on the data source.  
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (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 MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
    Public MethodGiven a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier. (Inherited from System.Data.Common.DbCommandBuilder)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
    Top
    See Also