DbXmlEnabledProviderManifest.StoreTypeNameToEdmPrimitiveType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le type EDM (Entity Data Model) équivalent le mieux adapté au nom du type de stockage spécifié.
protected:
property System::Collections::Generic::Dictionary<System::String ^, System::Data::Metadata::Edm::PrimitiveType ^> ^ StoreTypeNameToEdmPrimitiveType { System::Collections::Generic::Dictionary<System::String ^, System::Data::Metadata::Edm::PrimitiveType ^> ^ get(); };
protected System.Collections.Generic.Dictionary<string,System.Data.Metadata.Edm.PrimitiveType> StoreTypeNameToEdmPrimitiveType { get; }
member this.StoreTypeNameToEdmPrimitiveType : System.Collections.Generic.Dictionary<string, System.Data.Metadata.Edm.PrimitiveType>
Protected ReadOnly Property StoreTypeNameToEdmPrimitiveType As Dictionary(Of String, PrimitiveType)
Valeur de propriété
Type EDM équivalent le mieux adapté au nom du type de stockage spécifié.
Remarques
Cette propriété (non nullable) retourne l’objet Dictionary<TKey,TValue> , qui accepte un nom de type de stockage comme clé et retourne sa valeur de type EDM associée.