DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeConnectionStringBuilder Class / Schema Property

In This Topic
    Schema Property (C1SnowflakeConnectionStringBuilder)
    In This Topic
    The name of the Snowflake schema that the provider should use.
    Syntax
    'Declaration
     
    Public Property Schema As String
    public string Schema {get; set;}
    See Also