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