IEntityWithKey 介面
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
定義包含索引鍵之實體的介面。
命名空間: System.Data.Entity.Core.Objects.DataClasses
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Interface IEntityWithKey
'用途
Dim instance As IEntityWithKey
public interface IEntityWithKey
public interface class IEntityWithKey
type IEntityWithKey = interface end
public interface IEntityWithKey
IEntityWithKey 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
EntityKey | 針對實作此介面之實體類型的執行個體取得或設定 EntityKey。 |
靠上