EntityRecordInfo 類別

定義

提供實體中繼資料的存取。

public ref class EntityRecordInfo : System::Data::Common::DataRecordInfo
public class EntityRecordInfo : System.Data.Common.DataRecordInfo
type EntityRecordInfo = class
    inherit DataRecordInfo
Public Class EntityRecordInfo
Inherits DataRecordInfo
繼承
EntityRecordInfo

建構函式

EntityRecordInfo(EntityType, IEnumerable<EdmMember>, EntityKey, EntitySet)

使用可列舉的資料欄位集合以及特定的索引鍵和實體集資訊,初始化特定實體型別之 EntityRecordInfo 類別的新執行個體。

屬性

EntityKey

取得實體的 EntityKey

FieldMetadata

取得這個 FieldMetadata 物件的 DataRecordInfo

(繼承來源 DataRecordInfo)
RecordType

取得這個物件的型別資訊當做 TypeUsage 物件。

(繼承來源 DataRecordInfo)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於