Share via


AdoDotNetConnectionSupport.ProviderObject Property

Retrieves the underlying provider object for the specified connection.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ProviderObject As Object
    Get
public override Object ProviderObject { get; }
public:
virtual property Object^ ProviderObject {
    Object^ get () override;
}
abstract ProviderObject : Object
override ProviderObject : Object
override function get ProviderObject () : Object

Property Value

Type: System.Object
Returns the ADO.NET data provider's IDbConnection object.

Remarks

Overrides the ProviderObject property.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionSupport Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace