The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlClientFactory::CanCreateDataSourceEnumerator Property
.NET Framework (current version)
Returns true if a SqlDataSourceEnumerator can be created; otherwise false .
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Booleantrue if a SqlDataSourceEnumerator can be created; otherwise false.
The DbProviderFactory class provides the CanCreateDataSourceEnumerator property so that inheritors can indicate whether they can provide a data source enumerator. The SqlClientFactory displays this property, but its value is always true.
.NET Framework
Available since 2.0
Available since 2.0
Show: