DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SDataAdapter Class / InsertCommand Property

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