VistaDB 6
VistaDB.Provider Namespace / VistaDBProviderFactory Class / CanCreateDataSourceEnumerator Property


In This Topic
    CanCreateDataSourceEnumerator Property
    In This Topic
    Specifies whether the specific System.Data.Common.DbProviderFactory supports the System.Data.Common.DbDataSourceEnumerator class. Always return false.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property CanCreateDataSourceEnumerator As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBProviderFactory
    Dim value As System.Boolean
     
    value = instance.CanCreateDataSourceEnumerator
    public override System.bool CanCreateDataSourceEnumerator {get;}

    Property Value

    true if the instance of the System.Data.Common.DbProviderFactory supports the System.Data.Common.DbDataSourceEnumerator class; otherwise false.
    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