DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneDataAdapter Class / SelectCommand Property

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