DataSourceAttribute.ProviderInvariantName Property

Definition

Gets a value representing the data provider of the data source.

public:
 property System::String ^ ProviderInvariantName { System::String ^ get(); };
public string ProviderInvariantName { get; }
member this.ProviderInvariantName : string
Public ReadOnly Property ProviderInvariantName As String

Property Value

The data provider name. If a data provider was not designated at object initialization, the default provider of System.Data.OleDb will be returned.

Applies to