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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.