DefaultManifestTokenResolver Class

Definition

A default implementation of IManifestTokenResolver that uses the underlying provider to get the manifest token. Note that to avoid multiple queries, this implementation using caching based on the actual type of DbConnection instance, the DataSource property, and the Database property.

public class DefaultManifestTokenResolver : System.Data.Entity.Infrastructure.IManifestTokenResolver
type DefaultManifestTokenResolver = class
    interface IManifestTokenResolver
Public Class DefaultManifestTokenResolver
Implements IManifestTokenResolver
Inheritance
DefaultManifestTokenResolver
Implements

Constructors

DefaultManifestTokenResolver()

Methods

ResolveManifestToken(DbConnection)

Returns the manifest token to use for the given connection.

Applies to