Create an IfxDataSourceEnumerator
You can create an IfxDataSourceEnumerator by using the
following method:
DbDataSourceEnumerator enum = factory.CreateDataSourceEnumerator();where factory is a provider-specific instance
of DbProviderFactory.