DataConnectionSupport.ProviderObject Property

Definition

Gets the underlying data provider, which supports the current data connection.

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

Property Value

The underlying data provider object for the current data connection.

Implements

Applies to