DbXmlEnabledProviderManifest Class
A specialization of the ProviderManifest that accepts an XmlReader
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Common.DbProviderManifest
System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest
Name | Description | |
---|---|---|
![]() | DbXmlEnabledProviderManifest(XmlReader) | Initializes a new instance of the DbXmlEnabledProviderManifest class. |
Name | Description | |
---|---|---|
![]() | NamespaceName | Gets the namespace name supported by this provider manifest.(Overrides DbProviderManifest.NamespaceName.) |
![]() | StoreTypeNameToEdmPrimitiveType | Gets the best mapped equivalent Entity Data Model (EDM) type for a specified storage type name. |
![]() | StoreTypeNameToStorePrimitiveType | Gets the best mapped equivalent storage primitive type for a specified storage type name. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | EscapeLikeArgument(String) | Provider writers should override this method to return the argument with the wildcards and the escape character escaped. This method is only used if SupportsEscapingLikeArgument returns true.(Inherited from DbProviderManifest.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetDbInformation(String) | When overridden in a derived class, this method returns provider-specific information.(Inherited from DbProviderManifest.) |
![]() | GetEdmType(TypeUsage) | When overridden in a derived class, this method maps the specified storage type and a set of facets for that type to an EDM type.(Inherited from DbProviderManifest.) |
![]() | GetFacetDescriptions(EdmType) | Returns the list of facet descriptions for the specified Entity Data Model (EDM) type.(Overrides DbProviderManifest.GetFacetDescriptions(EdmType).) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInformation(String) | Gets the provider-specific information.(Inherited from DbProviderManifest.) |
![]() | GetStoreFunctions() | Returns the list of provider-supported functions.(Overrides DbProviderManifest.GetStoreFunctions().) |
![]() | GetStoreType(TypeUsage) | When overridden in a derived class, this method maps the specified EDM type and a set of facets for that type to a storage type.(Inherited from DbProviderManifest.) |
![]() | GetStoreTypes() | Returns the list of primitive types supported by the storage provider.(Overrides DbProviderManifest.GetStoreTypes().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SupportsEscapingLikeArgument(Char) | Indicates if the provider supports escaping strings to be used as patterns in a Like expression.(Inherited from DbProviderManifest.) |
![]() | SupportsInExpression() | Returns a boolean that specifies whether the provider can handle expression trees containing instances of DbInExpression. The default implementation returns false for backwards compatibility. Derived classes can override this method.(Inherited from DbProviderManifest.) |
![]() | SupportsIntersectAndUnionAllFlattening() | (Inherited from DbProviderManifest.) |
![]() | 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.