DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonDataAdapter Class / InsertCommand Property

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