DbProviderManifest.GetEdmType(TypeUsage) Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.