共用方式為


ObjectContext.GetObjectType 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

傳回與所指定類型的 Proxy 物件相關聯的 POCO 實體的實體類型。

命名空間:  System.Data.Entity.Core.Objects
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Shared Function GetObjectType ( _
    type As Type _
) As Type
'用途
Dim type As Type 
Dim returnValue As Type 

returnValue = ObjectContext.GetObjectType(type)
public static Type GetObjectType(
    Type type
)
public:
static Type^ GetObjectType(
    Type^ type
)
static member GetObjectType : 
        type:Type -> Type
public static function GetObjectType(
    type : Type
) : Type

參數

傳回值

類型:System.Type
相關聯 POCO 實體的 Type

請參閱

參考

ObjectContext 類別

System.Data.Entity.Core.Objects 命名空間