DbXmlEnabledProviderManifest.StoreTypeNameToStorePrimitiveType Property

Definition

Gets the best mapped equivalent storage primitive type for a specified storage type name.

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

Property Value

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

Applies to