'Declaration Function GetFactory( _ ByVal dataProviderName As String _ ) As DbProviderFactory
DbProviderFactory GetFactory( string dataProviderName )
Parameters
- dataProviderName
- The invariant name of the data provider (e.g., SQL, OLEDB).
Return Value
The System.Data.Common.DbProviderFactory for the specified data provider name.