DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Magento.Base.Abstraction.ADOBase Namespace / C1OAuth1ConnectionStringBuilder Class / Keys Property

In This Topic
    Keys Property (C1OAuth1ConnectionStringBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Keys As ICollection
    public virtual ICollection Keys {get;}

    Property Value

    An System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder.
    See Also