DbProviderManifest Class
.NET Framework 4.5
Metadata Interface for all CLR types types
Namespace: System.Data.Common
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The DbProviderManifest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | EscapeLikeArgument | 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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetDbInformation | When overridden in a derived class, this method returns provider-specific information. |
![]() | GetEdmType | 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 | Returns the FacetDescription objects for a particular type. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInformation | Gets the provider-specific information. |
![]() | GetStoreFunctions | When overridden in a derived class, returns a collection of EDM functions supported by the provider manifest. |
![]() | GetStoreType | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SupportsEscapingLikeArgument | Indicates if the provider supports escaping strings to be used as patterns in a Like expression. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ConceptualSchemaDefinition | Value to pass to GetInformation to get the ConceptualSchemaDefinitionVersion. |
![]() ![]() | ConceptualSchemaDefinitionVersion3 | Value to pass to GetInformation to get the ConceptualSchemaDefinitionVersion3. |
![]() ![]() | StoreSchemaDefinition | Value to pass to GetInformation to get the StoreSchemaDefinitionVersion. |
![]() ![]() | StoreSchemaDefinitionVersion3 | Value to pass to GetInformation to get the StoreSchemaDefinitionVersion3. |
![]() ![]() | StoreSchemaMapping | Value to pass to GetInformation to get the StoreSchemaMappingVersion. |
![]() ![]() | StoreSchemaMappingVersion3 | Value to pass to GetInformation to get the StoreSchemaMappingVersion3. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
