dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleProviderFactory Class / CanCreateDataSourceEnumerator Property

In This Topic
CanCreateDataSourceEnumerator Property
In This Topic
Gets a value indicating whether the OracleProviderFactory can create a Devart.Common.DbDataSourceEnumerator object.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanCreateDataSourceEnumerator As Boolean
 

Property Value

true, if a Devart.Common.DbDataSourceEnumerator object can be created; otherwise, false.
See Also