DbCollectionEntry 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別的非泛型版本 DbCollectionEntry<TEntity,TElement> 。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="FxCop rule is wrong; Database is not two words.", MessageId="Db")]
public class DbCollectionEntry : System.Data.Entity.Infrastructure.DbMemberEntry
public class DbCollectionEntry : System.Data.Entity.Infrastructure.DbMemberEntry
type DbCollectionEntry = class
inherit DbMemberEntry
Public Class DbCollectionEntry
Inherits DbMemberEntry
- 繼承
- 屬性
屬性
CurrentValue |
取得或設定導覽屬性的目前值。 目前的值是導覽屬性所參考的實體。 |
EntityEntry |
這個 DbEntityEntry 導覽屬性所屬的 。 |
IsLoaded |
取得或設定值,指出這個集合的所有實體是否已從資料庫載入。 |
Name |
取得屬性名稱。 |
方法
Cast<TEntity,TElement>() |
傳回相等的泛型 DbCollectionEntry<TEntity,TElement> 物件。 |
Equals(Object) |
類別的非泛型版本 DbCollectionEntry<TEntity,TElement> 。 (繼承來源 DbMemberEntry) |
GetHashCode() |
類別的非泛型版本 DbCollectionEntry<TEntity,TElement> 。 (繼承來源 DbMemberEntry) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 DbMemberEntry) |
GetValidationErrors() |
驗證這個屬性。 (繼承來源 DbMemberEntry) |
Load() |
從資料庫載入實體的集合。 請注意,已經存在於內容中的實體不會以資料庫中的值覆寫。 |
LoadAsync() |
以非同步方式從資料庫載入實體的集合。 請注意,已經存在於內容中的實體不會以資料庫中的值覆寫。 |
LoadAsync(CancellationToken) |
以非同步方式從資料庫載入實體的集合。 請注意,已經存在於內容中的實體不會以資料庫中的值覆寫。 |
Query() |
傳回查詢,這原本是從資料庫載入這個集合所使用的查詢。 傳回的查詢可以使用 LINQ 加以修改,以便在資料庫中執行篩選或運算,例如在資料庫內計算集合中的實體數目,而不用實際載入這些實體。 |
ToString() |
類別的非泛型版本 DbCollectionEntry<TEntity,TElement> 。 (繼承來源 DbMemberEntry) |