DataConnectionSupport.ProviderObject Property

Definition

Retrieves the underlying data provider object for the specified 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

Returns a provider object for the specified connection.

Applies to