DbProviderManifest Class
Metadata Interface for all CLR types types
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Common.DbProviderManifest
System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest
Name | Description | |
---|---|---|
![]() | DbProviderManifest() | Initializes a new instance of the DbProviderManifest class. |
Name | Description | |
---|---|---|
![]() | NamespaceName | Gets the namespace used by this provider manifest. |
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. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetDbInformation(String) | When overridden in a derived class, this method returns provider-specific information. |
![]() | 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. |
![]() | GetFacetDescriptions(EdmType) | Returns the FacetDescription objects for a particular type. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInformation(String) | Gets the provider-specific information. |
![]() | GetStoreFunctions() | When overridden in a derived class, returns a collection of EDM functions supported by the provider manifest. |
![]() | 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. |
![]() | GetStoreTypes() | When overridden in a derived class, returns the set of primitive types supported by the data source. |
![]() | 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. |
![]() | 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. |
![]() | SupportsIntersectAndUnionAllFlattening() | |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | CollationFacetName | Name of the Collation Facet |
![]() ![]() | ConceptualSchemaDefinition | Value to pass to GetInformation to get the ConceptualSchemaDefinition |
![]() ![]() | ConceptualSchemaDefinitionVersion3 | Value to pass to GetInformation to get the ConceptualSchemaDefinitionVersion3 |
![]() ![]() | DefaultValueFacetName | Name of the DefaultValue Facet |
![]() ![]() | FixedLengthFacetName | Name of the FixedLength Facet |
![]() ![]() | IsStrictFacetName | Name of the IsStrict Facet |
![]() ![]() | MaxLengthFacetName | Name of the MaxLength Facet |
![]() ![]() | NullableFacetName | Name of the Nullable Facet |
![]() ![]() | PrecisionFacetName | Name of the Precision Facet |
![]() ![]() | ScaleFacetName | Name of the Scale Facet |
![]() ![]() | SridFacetName | Name of the SRID Facet |
![]() ![]() | StoreSchemaDefinition | Value to pass to GetInformation to get the StoreSchemaDefinition |
![]() ![]() | StoreSchemaDefinitionVersion3 | Value to pass to GetInformation to get the StoreSchemaDefinitionVersion3 |
![]() ![]() | StoreSchemaMapping | Value to pass to GetInformation to get the StoreSchemaMapping |
![]() ![]() | StoreSchemaMappingVersion3 | Value to pass to GetInformation to get the StoreSchemaMappingVersion3 |
![]() ![]() | UnicodeFacetName | 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.