GenericDatabaseData.ProviderName Property
Gets the name of the ADO.NET provider for the represented database.
Namespace: Microsoft.Practices.EnterpriseLibrary.Data.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ProviderName As String
public string ProviderName { get; }
public:
property String^ ProviderName {
String^ get ();
}
public function get ProviderName () : String
See Also
Microsoft.Practices.EnterpriseLibrary.Data.Configuration Namespace