DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataDataAdapter Class / InsertCommand Property

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