DbProviderManifest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metadata Interface for all CLR types types.
public ref class DbProviderManifest abstract
public abstract class DbProviderManifest
type DbProviderManifest = class
Public MustInherit Class DbProviderManifest
- Inheritance
-
DbProviderManifest
- Derived
Constructors
DbProviderManifest() |
Initializes a new instance of the DbProviderManifest class. |
Fields
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. |
Properties
NamespaceName |
Gets the namespace used by this provider manifest. |
Methods
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. |
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
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) |