[]
Returns the data provider factory for the specified provider name.
DbProviderFactory GetFactory(string dataProviderName)
Type | Name | Description |
---|---|---|
string | dataProviderName | The invariant name of the data provider (e.g., SQL, OLEDB). |
Type | Description |
---|---|
DbProviderFactory | The DbProviderFactory for the specified data provider name. |