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 : 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.