DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeDataAdapter Class / SelectCommand Property

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