Gets the underlying IDataProviderObjectFactory which exposes
factory methods for creating concrete ADO.NET provider objects such
as IDbConnection and IDbCommand.

C# | Visual Basic |
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public static IDataProviderObjectFactory DataProviderObjectFactory { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Shared ReadOnly Property DataProviderObjectFactory As IDataProviderObjectFactory

The underlying IDataProviderObjectFactory for the
current DataProvider.