DbProviderManifest Class
Metadata Interface for all CLR types types
Assembly: System.Data.Entity (in System.Data.Entity.dll)
System.Data.Common::DbProviderManifest
System.Data.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^) | Determines whether the specified object is equal to the current 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() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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() | Serves as the default hash function. (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() | |
![]() | MemberwiseClone() | |
![]() | SupportsEscapingLikeArgument(Char%) | 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. |
No content here will be updated; please do not add material here.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




