DefaultManifestTokenResolver Class
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework