System.Data.SqlClient.SqlClientFactory
Represents a set of methods for creating instances of the SqlClient provider's implementation of the data source classes.
namespace System.Data.SqlClient
{
public sealed class SqlClientFactory : DbProviderFactory
{
public static readonly SqlClientFactory Instance;
}
}