DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SDataAdapter Class / SelectCommand Property

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