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

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