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

建構函式

名稱 Description
EntityRecordInfo(EntityType, IEnumerable<EdmMember>, EntityKey, EntitySet)

初始化特定實體類型類別的新 EntityRecordInfo 實例,包含可枚舉的資料欄位集合及特定的金鑰與實體集資訊。

屬性

名稱 Description
EntityKey

為實體取得 EntityKey

FieldMetadata

為了 FieldMetadata 這個 DataRecordInfo 物件。

(繼承來源 DataRecordInfo)
RecordType

取得這個物件作為 TypeUsage 物件的類型資訊。

(繼承來源 DataRecordInfo)

方法

名稱 Description
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於