DbPropertyEntry<TEntity,TProperty> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個類別的實例會從 的 DbEntityEntry<TEntity> Property 方法傳回,並允許存取純量或複雜屬性的狀態。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="FxCop rule is wrong; Database is not two words.", MessageId="Db")]
public class DbPropertyEntry<TEntity,TProperty> : System.Data.Entity.Infrastructure.DbMemberEntry<TEntity,TProperty> where TEntity : class
public class DbPropertyEntry<TEntity,TProperty> : System.Data.Entity.Infrastructure.DbMemberEntry<TEntity,TProperty> where TEntity : class
type DbPropertyEntry<'Entity, 'Property (requires 'Entity : null)> = class
inherit DbMemberEntry<'Entity, 'Property (requires 'Entity : null)>
Public Class DbPropertyEntry(Of TEntity, TProperty)
Inherits DbMemberEntry(Of TEntity, TProperty)
類型參數
- TEntity
這個屬性所屬之實體的型別。
- TProperty
屬性的類型。
- 繼承
- 衍生
- 屬性
屬性
CurrentValue |
取得或設定這個屬性的目前值。 |
EntityEntry |
DbEntityEntry<TEntity>這個屬性所屬的 。 |
IsModified |
取得或設定值,指出這個屬性的值從資料庫載入之後是否已修改。 |
Name |
取得屬性名稱。 |
OriginalValue |
取得或設定這個屬性的原始值。 |
ParentProperty |
這個 DbPropertyEntry 為巢狀屬性之屬性的 。 這個方法只會針對複雜物件的屬性傳回非 null 項目,否則它會針對實體本身的屬性傳回 null。 |
方法
Equals(Object) |
這個類別的實例會從 的 DbEntityEntry<TEntity> Property 方法傳回,並允許存取純量或複雜屬性的狀態。 (繼承來源 DbMemberEntry<TEntity,TProperty>) |
GetHashCode() |
這個類別的實例會從 的 DbEntityEntry<TEntity> Property 方法傳回,並允許存取純量或複雜屬性的狀態。 (繼承來源 DbMemberEntry<TEntity,TProperty>) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 DbMemberEntry<TEntity,TProperty>) |
GetValidationErrors() |
驗證這個屬性。 (繼承來源 DbMemberEntry<TEntity,TProperty>) |
ToString() |
這個類別的實例會從 的 DbEntityEntry<TEntity> Property 方法傳回,並允許存取純量或複雜屬性的狀態。 (繼承來源 DbMemberEntry<TEntity,TProperty>) |
運算子
Implicit(DbPropertyEntry<TEntity,TProperty> to DbPropertyEntry) |
傳回這個 物件所表示之屬性之非泛型 DbPropertyEntry 類別的新實例。 |