DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoDataAdapter Class / InsertCommand Property

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