CustomExpressionEventArgs 建構函式

定義

使用資料來源物件和已評估參數值的字典,初始化 CustomExpressionEventArgs 類別的新執行個體。

public:
 CustomExpressionEventArgs(System::Linq::IQueryable ^ source, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ values);
public CustomExpressionEventArgs (System.Linq.IQueryable source, System.Collections.Generic.IDictionary<string,object> values);
new System.Web.UI.WebControls.Expressions.CustomExpressionEventArgs : System.Linq.IQueryable * System.Collections.Generic.IDictionary<string, obj> -> System.Web.UI.WebControls.Expressions.CustomExpressionEventArgs
Public Sub New (source As IQueryable, values As IDictionary(Of String, Object))

參數

source
IQueryable

要使用的資料來源物件。

values
IDictionary<String,Object>

來自 CustomExpression 物件之參數集合的評估值。

適用於