VistaDB 6
VistaDB.Provider Namespace / VistaDBConnectionStringBuilder Class / Keys Property


In This Topic
    Keys Property (VistaDBConnectionStringBuilder)
    In This Topic
    Gets an System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder. Gets an ICollection that contains the keys in the VistaDBConnectionStringBuilder.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Overrides NotOverridable ReadOnly Property Keys As System.Collections.ICollection
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.Collections.ICollection
     
    value = instance.Keys
    [System.ComponentModel.Browsable(false)]
    public override System.Collections.ICollection Keys {get;}

    Property Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also