DbXmlEnabledProviderManifest.StoreTypeNameToStorePrimitiveType プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定されたストレージ型の名前に適切にマップされた同等のストレージのプリミティブ型を取得します。
名前空間: System.Data.Entity.Core.Common
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Protected ReadOnly Property StoreTypeNameToStorePrimitiveType As Dictionary(Of String, PrimitiveType)
Get
'使用
Dim value As Dictionary(Of String, PrimitiveType)
value = Me.StoreTypeNameToStorePrimitiveType
protected Dictionary<string, PrimitiveType> StoreTypeNameToStorePrimitiveType { get; }
protected:
property Dictionary<String^, PrimitiveType^>^ StoreTypeNameToStorePrimitiveType {
Dictionary<String^, PrimitiveType^>^ get ();
}
member StoreTypeNameToStorePrimitiveType : Dictionary<string, PrimitiveType>
function get StoreTypeNameToStorePrimitiveType () : Dictionary<String, PrimitiveType>
プロパティ値
型 : System.Collections.Generic.Dictionary<String, PrimitiveType>
指定されたストレージ型の名前に適切にマップされた同等のストレージのプリミティブ型。