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

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