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