DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowDataAdapter Class / SelectCommand Property

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