DefaultManifestTokenResolver Class
Represents 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.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DefaultManifestTokenResolver() | Initializes a new instance of the DefaultManifestTokenResolver class. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ResolveManifestToken(DbConnection) | Returns the manifest token to use for the given connection. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.