Class MySqlManifestTokenResolver
Gets a provider manifest token for the given connection.
Inheritance
System.Object
MySqlManifestTokenResolver
Namespace: MySql.Data.EntityFramework
Assembly: MySql.Data.EntityFramework.dll
Version: 9.1.0
Syntax
public class MySqlManifestTokenResolver : IManifestTokenResolver
Methods
ResolveManifestToken(DbConnection)
Returns the manifest token to use for the given connection.
Declaration
public string ResolveManifestToken(DbConnection connection)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Common.DbConnection | connection | The connection for which a manifest token is required. |
Returns
Type | Description |
---|---|
System.String | The manifest token to use. |