DbXmlEnabledProviderManifest.StoreTypeNameToEdmPrimitiveType Property

Definition

Gets the best mapped equivalent Entity Data Model (EDM) type for a specified storage type name.

protected System.Collections.Generic.Dictionary<string,System.Data.Entity.Core.Metadata.Edm.PrimitiveType> StoreTypeNameToEdmPrimitiveType { get; }
member this.StoreTypeNameToEdmPrimitiveType : System.Collections.Generic.Dictionary<string, System.Data.Entity.Core.Metadata.Edm.PrimitiveType>
Protected ReadOnly Property StoreTypeNameToEdmPrimitiveType As Dictionary(Of String, PrimitiveType)

Property Value

The best mapped equivalent EDM type for a specified storage type name.

Applies to