DataSourceAttribute.ProviderInvariantName Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : stringPublic ReadOnly Property ProviderInvariantName As StringProperty 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.