DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVDataAdapter Class / SelectCommand Property

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