Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbProviderManifest Class

Entity Framework 6.0
 

Metadata Interface for all CLR types types

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 ref class DbProviderManifest abstract 

NameDescription
System_CAPS_protmethodDbProviderManifest()

Initializes a new instance of the DbProviderManifest class.

NameDescription
System_CAPS_pubpropertyNamespaceName

Gets the namespace used by this provider manifest.

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.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetDbInformation(String^)

When overridden in a derived class, this method returns provider-specific information.

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.

System_CAPS_pubmethodGetFacetDescriptions(EdmType^)

Returns the FacetDescription objects for a particular type.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetInformation(String^)

Gets the provider-specific information.

System_CAPS_pubmethodGetStoreFunctions()

When overridden in a derived class, returns a collection of EDM functions supported by the provider manifest.

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.

System_CAPS_pubmethodGetStoreTypes()

When overridden in a derived class, returns the set of primitive types supported by the data source.

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.

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.

System_CAPS_pubmethodSupportsIntersectAndUnionAllFlattening()

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCollationFacetName

Name of the Collation Facet

System_CAPS_pubfieldSystem_CAPS_staticConceptualSchemaDefinition

Value to pass to GetInformation to get the ConceptualSchemaDefinition

System_CAPS_pubfieldSystem_CAPS_staticConceptualSchemaDefinitionVersion3

Value to pass to GetInformation to get the ConceptualSchemaDefinitionVersion3

System_CAPS_pubfieldSystem_CAPS_staticDefaultValueFacetName

Name of the DefaultValue Facet

System_CAPS_pubfieldSystem_CAPS_staticFixedLengthFacetName

Name of the FixedLength Facet

System_CAPS_pubfieldSystem_CAPS_staticIsStrictFacetName

Name of the IsStrict Facet

System_CAPS_pubfieldSystem_CAPS_staticMaxLengthFacetName

Name of the MaxLength Facet

System_CAPS_pubfieldSystem_CAPS_staticNullableFacetName

Name of the Nullable Facet

System_CAPS_pubfieldSystem_CAPS_staticPrecisionFacetName

Name of the Precision Facet

System_CAPS_pubfieldSystem_CAPS_staticScaleFacetName

Name of the Scale Facet

System_CAPS_pubfieldSystem_CAPS_staticSridFacetName

Name of the SRID Facet

System_CAPS_pubfieldSystem_CAPS_staticStoreSchemaDefinition

Value to pass to GetInformation to get the StoreSchemaDefinition

System_CAPS_pubfieldSystem_CAPS_staticStoreSchemaDefinitionVersion3

Value to pass to GetInformation to get the StoreSchemaDefinitionVersion3

System_CAPS_pubfieldSystem_CAPS_staticStoreSchemaMapping

Value to pass to GetInformation to get the StoreSchemaMapping

System_CAPS_pubfieldSystem_CAPS_staticStoreSchemaMappingVersion3

Value to pass to GetInformation to get the StoreSchemaMappingVersion3

System_CAPS_pubfieldSystem_CAPS_staticUnicodeFacetName

Name of the Unicode Facet

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: