ObjectItemCollection.GetClrType メソッド (EnumType)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
メソッドは、指定した OSpace 型引数について、基になる CLR 型を返します。 パラメーターの DataSpace が OSpace でない場合は、ArgumentException がスローされます。
名前空間: System.Data.Entity.Core.Metadata.Edm
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Performance", "CA1822:MarkMembersAsStatic")> _
Public Function GetClrType ( _
objectSpaceType As EnumType _
) As Type
'使用
Dim instance As ObjectItemCollection
Dim objectSpaceType As EnumType
Dim returnValue As Type
returnValue = instance.GetClrType(objectSpaceType)
[SuppressMessageAttribute("Microsoft.Performance", "CA1822:MarkMembersAsStatic")]
public Type GetClrType(
EnumType objectSpaceType
)
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1822:MarkMembersAsStatic")]
public:
Type^ GetClrType(
EnumType^ objectSpaceType
)
[<SuppressMessageAttribute("Microsoft.Performance", "CA1822:MarkMembersAsStatic")>]
member GetClrType :
objectSpaceType:EnumType -> Type
public function GetClrType(
objectSpaceType : EnumType
) : Type
パラメーター
- objectSpaceType
型 : System.Data.Entity.Core.Metadata.Edm.EnumType
検索対象の OSpace 型。
戻り値
型 : System.Type
OSpace 引数の CLR 型。