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

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

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

Field Value

The underlying IDataProviderObjectFactory for the current DataProvider.

See Also