Class MySqlProviderInvariantName
Used to resolve a provider invariant name from a provider factory.
Inheritance
System.Object
MySqlProviderInvariantName
Namespace: MySql.Data.EntityFramework
Assembly: MySql.Data.EntityFramework.dll
Version: 9.1.0
Syntax
public class MySqlProviderInvariantName : IProviderInvariantName
Properties
Name
Gets the name of the provider.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
ProviderName
Gets the name of the provider.
Declaration
public static string ProviderName { get; }
Property Value
Type | Description |
---|---|
System.String |