共用方式為


EntityQuery 成員

表示對實體集合進行的 LINQ 查詢。

下表列出 EntityQuery 型別公開的成員。

公用 屬性

  名稱 說明
public property DomainClient  取得這個查詢的 DomainClient。 (繼承自 EntityQuery)
public property EntityType  取得這個查詢從中擷取資料的型別。 (繼承自 EntityQuery)
public property HasSideEffects  取得值,這個值表示查詢是否有副作用。 (繼承自 EntityQuery)
public property IncludeTotalCount  取得或設定值,這個值表示 TotalEntityCount 屬性是否為必要項。 (繼承自 EntityQuery)
public property IsComposable  取得值,這個值表示查詢是否支援複合。 (繼承自 EntityQuery)
public property Parameters  取得查詢方法所需的參數。 (繼承自 EntityQuery)
public property Query  取得查詢的基礎 IQueryable。 (繼承自 EntityQuery)
public property QueryName  取得查詢方法的名稱。 (繼承自 EntityQuery)

頂端

公用 方法

(另請參閱 受保護的 方法)

  名稱 說明
public method Equals  多載。 (繼承自 Object)
public method GetHashCode  (繼承自 Object)
public method GetType  (繼承自 Object)
public methodstatic ReferenceEquals  (繼承自 Object)
public method ToString  (繼承自 Object)

頂端

受保護的 方法

  名稱 說明
protected method Finalize  (繼承自 Object)
protected method MemberwiseClone  (繼承自 Object)

頂端

另請參閱

參考

EntityQuery 泛型類別
System.ServiceModel.DomainServices.Client 命名空間