Share via


DbProviderManifest.GetEdmType(TypeUsage) Metodo

Definizione

Quando sottoposto a override in una classe derivata, questo metodo associa il tipo di archiviazione specificato e un set di facet per tale tipo a un tipo EDM.

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

Parametri

storeType
TypeUsage

Istanza TypeUsage che descrive un tipo di archiviazione e un set di facet per tale tipo da associare al tipo EDM.

Restituisce

Istanza di TypeUsage che descrive un tipo EDM e un set di facet per tale tipo.

Si applica a