共用方式為


QueryableDataSourceView.StoreOriginalValues 方法

定義

在控制項的檢視狀態下,儲存來自選取作業的原始值。

多載

StoreOriginalValues(IList)

在控制項的檢視狀態下,儲存來自 Select 作業的原始值。

StoreOriginalValues(IList, Func<PropertyDescriptor,Boolean>)

當啟用刪除或更新作業時,將選取作業中的原始值儲存在控制項的檢視狀態中。

StoreOriginalValues(IList)

在控制項的檢視狀態下,儲存來自 Select 作業的原始值。

protected:
 virtual void StoreOriginalValues(System::Collections::IList ^ results);
protected virtual void StoreOriginalValues (System.Collections.IList results);
abstract member StoreOriginalValues : System.Collections.IList -> unit
override this.StoreOriginalValues : System.Collections.IList -> unit
Protected Overridable Sub StoreOriginalValues (results As IList)

參數

results
IList

作業的結果。

備註

當您衍生自這個類別時,可以覆寫這個方法,並呼叫 StoreOriginalValues 方法來判斷應該儲存哪些資料行以供開放式平行存取使用。

適用於

StoreOriginalValues(IList, Func<PropertyDescriptor,Boolean>)

當啟用刪除或更新作業時,將選取作業中的原始值儲存在控制項的檢視狀態中。

protected:
 void StoreOriginalValues(System::Collections::IList ^ results, Func<System::ComponentModel::PropertyDescriptor ^, bool> ^ include);
protected void StoreOriginalValues (System.Collections.IList results, Func<System.ComponentModel.PropertyDescriptor,bool> include);
member this.StoreOriginalValues : System.Collections.IList * Func<System.ComponentModel.PropertyDescriptor, bool> -> unit
Protected Sub StoreOriginalValues (results As IList, include As Func(Of PropertyDescriptor, Boolean))

參數

results
IList

運算的結果。

include
Func<PropertyDescriptor,Boolean>

用於決定所要包含屬性的方法。

適用於