ObjectItemCollection.TryGetClrType メソッド (StructuralType, Type%)
[このページは、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 TryGetClrType ( _
objectSpaceType As StructuralType, _
<OutAttribute> ByRef clrType As Type _
) As Boolean
'使用
Dim instance As ObjectItemCollection
Dim objectSpaceType As StructuralType
Dim clrType As Type
Dim returnValue As Boolean
returnValue = instance.TryGetClrType(objectSpaceType, _
clrType)
[SuppressMessageAttribute("Microsoft.Performance", "CA1822:MarkMembersAsStatic")]
public bool TryGetClrType(
StructuralType objectSpaceType,
out Type clrType
)
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1822:MarkMembersAsStatic")]
public:
bool TryGetClrType(
StructuralType^ objectSpaceType,
[OutAttribute] Type^% clrType
)
[<SuppressMessageAttribute("Microsoft.Performance", "CA1822:MarkMembersAsStatic")>]
member TryGetClrType :
objectSpaceType:StructuralType *
clrType:Type byref -> bool
public function TryGetClrType(
objectSpaceType : StructuralType,
clrType : Type
) : boolean
パラメーター
- objectSpaceType
型 : System.Data.Entity.Core.Metadata.Edm.StructuralType
オブジェクト空間の型を表す StructuralType。
- clrType
型 : System.Type%
CLR 型。
戻り値
型 : System.Boolean
検索条件と一致する型が存在した場合は true、それ以外の場合は false。