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

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