共用方式為


DbComplexPropertyEntry 類別

定義

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="FxCop rule is wrong; Database is not two words.", MessageId="Db")]
public class DbComplexPropertyEntry : System.Data.Entity.Infrastructure.DbPropertyEntry
public class DbComplexPropertyEntry : System.Data.Entity.Infrastructure.DbPropertyEntry
type DbComplexPropertyEntry = class
    inherit DbPropertyEntry
Public Class DbComplexPropertyEntry
Inherits DbPropertyEntry
繼承
DbComplexPropertyEntry
屬性

屬性

CurrentValue

取得或設定這個屬性的目前值。

(繼承來源 DbPropertyEntry)
EntityEntry

DbEntityEntry這個屬性所屬的 。

(繼承來源 DbPropertyEntry)
IsModified

取得或設定值,指出這個屬性的值從資料庫載入之後是否已修改。

(繼承來源 DbPropertyEntry)
Name

取得屬性名稱。

(繼承來源 DbPropertyEntry)
OriginalValue

取得或設定這個屬性的原始值。

(繼承來源 DbPropertyEntry)
ParentProperty

這個 DbPropertyEntry 為巢狀屬性之 屬性的 。 這個方法只會針對複雜物件的屬性傳回非 null 項目,否則它會針對實體本身的屬性傳回 null。

(繼承來源 DbPropertyEntry)

方法

Cast<TEntity,TComplexProperty>()

傳回相等的泛型 DbComplexPropertyEntry<TEntity,TComplexProperty> 物件。

ComplexProperty(String)

取得代表這個屬性之巢狀複雜屬性的物件。

Equals(Object)

類別的非泛型版本 DbComplexPropertyEntry<TEntity,TComplexProperty>

(繼承來源 DbMemberEntry)
GetHashCode()

類別的非泛型版本 DbComplexPropertyEntry<TEntity,TComplexProperty>

(繼承來源 DbMemberEntry)
GetType()

取得目前執行個體的 Type

(繼承來源 DbMemberEntry)
GetValidationErrors()

驗證這個屬性。

(繼承來源 DbMemberEntry)
Property(String)

取得代表這個屬性之巢狀屬性的物件。 這個方法可用於純量屬性或複雜屬性。

ToString()

類別的非泛型版本 DbComplexPropertyEntry<TEntity,TComplexProperty>

(繼承來源 DbMemberEntry)

適用於