DbXmlEnabledProviderManifest.StoreTypeNameToEdmPrimitiveType Propiedad

Definición

Obtiene el mejor tipo de Entity Data Model (EDM) equivalente asignado para un nombre de tipo de almacenamiento especificado.

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)

Valor de propiedad

El mejor tipo de EDM equivalente asignado para un nombre de tipo de almacenamiento especificado.

Comentarios

Esta propiedad (no acepta valores NULL) devuelve el Dictionary<TKey,TValue> objeto , que acepta un nombre de tipo de almacenamiento como clave y devuelve su valor de tipo EDM asociado.

Se aplica a