DbXmlEnabledProviderManifest Class

 

A specialization of the ProviderManifest that accepts an XmlReader

Namespace:   System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Common.DbProviderManifest
    System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest

public abstract class DbXmlEnabledProviderManifest : DbProviderManifest

NameDescription
System_CAPS_protmethodDbXmlEnabledProviderManifest(XmlReader)

Initializes a new instance of the DbXmlEnabledProviderManifest class.

NameDescription
System_CAPS_pubpropertyNamespaceName

Gets the namespace name supported by this provider manifest.(Overrides DbProviderManifest.NamespaceName.)

System_CAPS_protpropertyStoreTypeNameToEdmPrimitiveType

Gets the best mapped equivalent Entity Data Model (EDM) type for a specified storage type name.

System_CAPS_protpropertyStoreTypeNameToStorePrimitiveType

Gets the best mapped equivalent storage primitive type for a specified storage type name.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodEscapeLikeArgument(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.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetDbInformation(String)

When overridden in a derived class, this method returns provider-specific information.(Inherited from DbProviderManifest.)

System_CAPS_pubmethodGetEdmType(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.)

System_CAPS_pubmethodGetFacetDescriptions(EdmType)

Returns the list of facet descriptions for the specified Entity Data Model (EDM) type.(Overrides DbProviderManifest.GetFacetDescriptions(EdmType).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetInformation(String)

Gets the provider-specific information.(Inherited from DbProviderManifest.)

System_CAPS_pubmethodGetStoreFunctions()

Returns the list of provider-supported functions.(Overrides DbProviderManifest.GetStoreFunctions().)

System_CAPS_pubmethodGetStoreType(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.)

System_CAPS_pubmethodGetStoreTypes()

Returns the list of primitive types supported by the storage provider.(Overrides DbProviderManifest.GetStoreTypes().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSupportsEscapingLikeArgument(Char)

Indicates if the provider supports escaping strings to be used as patterns in a Like expression.(Inherited from DbProviderManifest.)

System_CAPS_pubmethodSupportsInExpression()

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.)

System_CAPS_pubmethodSupportsIntersectAndUnionAllFlattening()

(Inherited from DbProviderManifest.)

System_CAPS_pubmethodToString()

(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.