Share via


AdoDotNetConnectionSupport.ProviderObject Property

Definition

Retrieves the underlying provider object for the specified connection.

public:
 virtual property System::Object ^ ProviderObject { System::Object ^ get(); };
public override object ProviderObject { get; }
member this.ProviderObject : obj
Public Overrides ReadOnly Property ProviderObject As Object

Property Value

Returns the ADO.NET data provider's IDbConnection object.

Applies to