DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnectionStringBuilder Class / Keys Property

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

    Property Value

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