DynamicField.ExtractValuesFromCell 方法

定義

從目前資料表儲存格中擷取資料欄位的值,並將該值加入指定的字典。

public:
 override void ExtractValuesFromCell(System::Collections::Specialized::IOrderedDictionary ^ dictionary, System::Web::UI::WebControls::DataControlFieldCell ^ cell, System::Web::UI::WebControls::DataControlRowState rowState, bool includeReadOnly);
public override void ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary dictionary, System.Web.UI.WebControls.DataControlFieldCell cell, System.Web.UI.WebControls.DataControlRowState rowState, bool includeReadOnly);
override this.ExtractValuesFromCell : System.Collections.Specialized.IOrderedDictionary * System.Web.UI.WebControls.DataControlFieldCell * System.Web.UI.WebControls.DataControlRowState * bool -> unit
Public Overrides Sub ExtractValuesFromCell (dictionary As IOrderedDictionary, cell As DataControlFieldCell, rowState As DataControlRowState, includeReadOnly As Boolean)

參數

dictionary
IOrderedDictionary

那個字典會儲存格子的值。

cell
DataControlFieldCell

包含物件文字 DynamicField 或控制項的儲存格。

rowState
DataControlRowState

其中一個列舉值,用來指定列狀態。

includeReadOnly
Boolean

true將只讀欄位的值包含在dictionary中;否則,。 false

適用於