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


In This Topic
    Values Property (VistaDBConnectionStringBuilder)
    In This Topic
    Gets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder. Gets an ICollection that contains the values in the VistaDBConnectionStringBuilder.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Values As System.Collections.ICollection
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.Collections.ICollection
     
    value = instance.Values
    public override System.Collections.ICollection Values {get;}

    Property Value

    An System.Collections.ICollection that contains the values 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