ObjectItemCollection.TryGetClrType 方法 (StructuralType, Type%)

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 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

参数

返回值

类型:System.Boolean
如果存在与搜索条件匹配的类型,则为 true;否则为 false。

请参阅

参考

ObjectItemCollection 类

TryGetClrType 重载

System.Data.Entity.Core.Metadata.Edm 命名空间