DbXmlEnabledProviderManifest.StoreTypeNameToEdmPrimitiveType プロパティ

定義

指定したストレージの種類名に対して最適にマップされた同等のエンティティ データ モデル (EDM) 型を取得します。

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)

プロパティ値

指定されたストレージ・タイプ名に対してマップされた同等の EDM タイプが最適です。

注釈

このプロパティ (null 許容ではない) は、 Dictionary<TKey,TValue> オブジェクトを返します。このオブジェクトは、ストレージ型名をキーとして受け取り、関連付けられている EDM 型の値を返します。

適用対象