DbProviderManifest.GetEdmType(TypeUsage) Method

Definition

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.

public:
 abstract System::Data::Metadata::Edm::TypeUsage ^ GetEdmType(System::Data::Metadata::Edm::TypeUsage ^ storeType);
public abstract System.Data.Metadata.Edm.TypeUsage GetEdmType (System.Data.Metadata.Edm.TypeUsage storeType);
abstract member GetEdmType : System.Data.Metadata.Edm.TypeUsage -> System.Data.Metadata.Edm.TypeUsage
Public MustOverride Function GetEdmType (storeType As TypeUsage) As TypeUsage

Parameters

storeType
TypeUsage

The TypeUsage instance that describes a storage type and a set of facets for that type to be mapped to the EDM type.

Returns

The TypeUsage instance that describes an EDM type and a set of facets for that type.

Applies to