PrimitiveType.ClrEquivalentType プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
この PrimitiveType に相当する共通言語ランタイム (CLR) 型を返します。 ClrEquivalentType プロパティは、NULL 値が許容されない型の値を常に返します。
名前空間: System.Data.Entity.Core.Metadata.Edm
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public ReadOnly Property ClrEquivalentType As Type
Get
'使用
Dim instance As PrimitiveType
Dim value As Type
value = instance.ClrEquivalentType
public Type ClrEquivalentType { get; }
public:
property Type^ ClrEquivalentType {
Type^ get ();
}
member ClrEquivalentType : Type
function get ClrEquivalentType () : Type
プロパティ値
型 : System.Type
この PrimitiveType に相当する共通言語ランタイム (CLR) 型を表す Type オブジェクト。