dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDataSourceEnumerator Class / CanCreateDataSourceEnumerator Method
The data provider to check.

CanCreateDataSourceEnumerator Method
Gets a value indicating whether DbProviderFactory for the provider specified can create a Devart.Common.DbDataSourceEnumerator object.
Syntax
'Declaration
 
Public Shared Function CanCreateDataSourceEnumerator( _
   ByVal providerName As String _
) As Boolean
 

Parameters

providerName
The data provider to check.

Return Value

true if theDbProviderFactory for the provider specified can create a Devart.Common.DbDataSourceEnumerator object; 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