QueryContext 類別

定義

表示用於查詢資料來源的參數清單。

public ref class QueryContext
public class QueryContext
type QueryContext = class
Public Class QueryContext
繼承
QueryContext

建構函式

QueryContext(IDictionary<String,Object>, IDictionary<String,Object>, IOrderedDictionary, IDictionary<String,Object>, IDictionary<String, Object>, DataSourceSelectArguments)

使用 QueryContextWhereParametersOrderGroupsByParametersOrderByParametersGroupByParametersSelectParameters 屬性,初始化 Arguments 類别的新執行個體。

屬性

Arguments

取得或設定要傳遞到 QueryContext 類別的引數。

GroupByParameters

取得或設定參數集合,這些參數指定用於對擷取的資料進行分組的屬性。

OrderByParameters

取得或設定參數集合,這些參數指定用於對擷取的資料進行排序的欄位。

OrderGroupsByParameters

取得或設定參數集合,這些參數指定用於對分組的資料進行排序的欄位。

SelectParameters

取得或設定參數集合,這些參數指定屬性以及所擷取資料中包含的計算值。

WhereParameters

取得或設定參數集合,這些參數指定資料錄在併入至擷取的資料中之前,必須為 true 的條件。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於