DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataAdapter Class / InsertCommand Property

In This Topic
    InsertCommand Property (C1SalesforceDataAdapter)
    In This Topic
    Gets or sets an SQL statement used to insert new records into the data source.
    Syntax
    'Declaration
     
    Public Property InsertCommand As C1SalesforceCommand
    public C1SalesforceCommand InsertCommand {get; set;}
    See Also