BuildDeleteObject(IDictionary, IDictionary, IDictionary<String,Exception>)
|
建立要用於刪除作業的物件。
(繼承來源 QueryableDataSourceView)
|
BuildInsertObject(IDictionary, IDictionary<String,Exception>)
|
使用要插入的值和作業失敗時要顯示的錯誤訊息,建立要用於插入作業的物件。
(繼承來源 QueryableDataSourceView)
|
BuildQuery(DataSourceSelectArguments)
|
使用資料來源的 Select 引數建立 Select 查詢運算式。
(繼承來源 QueryableDataSourceView)
|
BuildUpdateObjects(IDictionary, IDictionary, IDictionary, IDictionary<String,Exception>)
|
使用指定的值建立要用於更新作業的物件。
(繼承來源 QueryableDataSourceView)
|
CanExecute(String)
|
判斷是否可以執行指定的命令。
(繼承來源 DataSourceView)
|
ClearOriginalValues()
|
清除原始值。
(繼承來源 QueryableDataSourceView)
|
CreateContext(DataSourceOperation)
|
針對指定的作業建立資料內容和實體集型別的執行個體。
|
CreateQueryContext(DataSourceSelectArguments)
|
建立查詢內容物件的執行個體,這個執行個體包含評估的參數集合。
(繼承來源 QueryableDataSourceView)
|
Delete(IDictionary, IDictionary)
|
執行刪除作業。
(繼承來源 QueryableDataSourceView)
|
Delete(IDictionary, IDictionary, DataSourceViewOperationCallback)
|
在 DataSourceView 物件表示的資料清單上,執行非同步刪除作業。
(繼承來源 DataSourceView)
|
DeleteObject(Object)
|
從資料表刪除資料物件。
(繼承來源 QueryableDataSourceView)
|
DisposeContext()
|
在執行作業之後處置內容。
|
DisposeContext(Object)
|
在執行作業之後處置指定的資料內容。
|
Equals(Object)
|
判斷指定的物件是否等於目前的物件。
(繼承來源 Object)
|
ExecuteCommand(String, IDictionary, IDictionary)
|
執行指定命令。
(繼承來源 DataSourceView)
|
ExecuteCommand(String, IDictionary, IDictionary, DataSourceViewOperationCallback)
|
執行指定命令。
(繼承來源 DataSourceView)
|
ExecuteDelete(IDictionary, IDictionary)
|
使用指定的索引鍵和用於偵測衝突的資料列值,執行刪除作業。
|
ExecuteInsert(IDictionary)
|
使用集合中指定的值,執行插入作業。
|
ExecutePaging(IQueryable, QueryContext)
|
使用 QueryContext 物件中的 QueryableDataSource 物件執行分頁。
(繼承來源 QueryableDataSourceView)
|
ExecuteQuery(IQueryable, QueryContext)
|
對 IQueryable<T> 物件執行查詢、排序或分頁作業。
(繼承來源 QueryableDataSourceView)
|
ExecuteQueryExpressions(IQueryable, QueryContext)
|
使用 IQueryable 物件和 QueryContext 物件執行查詢運算式。
(繼承來源 QueryableDataSourceView)
|
ExecuteSelect(DataSourceSelectArguments)
|
執行資料擷取作業。
(繼承來源 QueryableDataSourceView)
|
ExecuteSorting(IQueryable, QueryContext)
|
執行排序作業。
(繼承來源 QueryableDataSourceView)
|
ExecuteUpdate(IDictionary, IDictionary, IDictionary)
|
使用指定的資料列索引鍵值、資料列值和用於偵測衝突的資料列值,執行更新作業。
|
GetDataObjectType(Type)
|
擷取要用於刪除、插入和更新作業之資料物件的型別。
|
GetEntitySetType()
|
將實體集當做屬性、欄位或資料內容擷取。
|
GetHashCode()
|
做為預設雜湊函式。
(繼承來源 Object)
|
GetOriginalValues(IDictionary)
|
擷取在 Select 作業期間針對指定的索引鍵儲存的原始值。
(繼承來源 QueryableDataSourceView)
|
GetSource(QueryContext)
|
擷取查詢內容的來源。
|
GetType()
|
取得目前執行個體的 Type。
(繼承來源 Object)
|
HandleValidationErrors(IDictionary<String,Exception>, DataSourceOperation)
|
當資料物件建置程序中的 CRUD 作業失敗時,由執行 CRUD 作業的方法呼叫。
(繼承來源 QueryableDataSourceView)
|
Insert(IDictionary)
|
在 QueryableDataSourceView 物件表示的資料項目上,執行非同步插入作業。
(繼承來源 QueryableDataSourceView)
|
Insert(IDictionary, DataSourceViewOperationCallback)
|
在 DataSourceView 物件表示的資料清單上,執行非同步插入作業。
(繼承來源 DataSourceView)
|
InsertObject(Object)
|
將資料物件插入 QueryableDataSourceView 物件中。
(繼承來源 QueryableDataSourceView)
|
LoadViewState(Object)
|
還原資料來源檢視之先前儲存的檢視狀態。
(繼承來源 QueryableDataSourceView)
|
MemberwiseClone()
|
建立目前 Object 的淺層複製。
(繼承來源 Object)
|
OnDataSourceViewChanged(EventArgs)
|
引發 DataSourceViewChanged 事件。
(繼承來源 DataSourceView)
|
OnQueryCreated(QueryCreatedEventArgs)
|
在 QueryCreated 控制項建立 QueryableDataSource 物件之後引發 IQueryable 事件。
(繼承來源 QueryableDataSourceView)
|
OnQueryParametersChanged(Object, EventArgs)
|
呼叫 RaiseViewChanged() 方法。
(繼承來源 QueryableDataSourceView)
|
RaiseUnsupportedCapabilityError(DataSourceCapabilities)
|
由 RaiseUnsupportedCapabilitiesError(DataSourceView) 方法呼叫,以比較針對 ExecuteSelect(DataSourceSelectArguments) 作業要求的功能與檢視支援的功能。
(繼承來源 DataSourceView)
|
RaiseViewChanged()
|
呼叫 OnDataSourceViewChanged(EventArgs) 方法。
(繼承來源 QueryableDataSourceView)
|
SaveViewState()
|
儲存自頁面張貼至伺服器以來,QueryableDataSourceView 物件檢視狀態的變更。
(繼承來源 QueryableDataSourceView)
|
Select(DataSourceSelectArguments, DataSourceViewSelectCallback)
|
從基礎資料儲存區非同步取得資料清單。
(繼承來源 DataSourceView)
|
StoreOriginalValues(IList)
|
在控制項的檢視狀態下,儲存來自 Select 作業的原始值。
(繼承來源 QueryableDataSourceView)
|
StoreOriginalValues(IList, Func<PropertyDescriptor,Boolean>)
|
當啟用刪除或更新作業時,將選取作業中的原始值儲存在控制項的檢視狀態中。
(繼承來源 QueryableDataSourceView)
|
ToString()
|
傳回代表目前物件的字串。
(繼承來源 Object)
|
TrackViewState()
|
導致追蹤伺服器控制項檢視狀態的變更,以便將這些變更儲存於伺服器控制項的狀態中。
(繼承來源 QueryableDataSourceView)
|
Update(IDictionary, IDictionary, IDictionary)
|
執行更新作業。
(繼承來源 QueryableDataSourceView)
|
Update(IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback)
|
在 DataSourceView 物件表示的資料清單上,執行非同步更新作業。
(繼承來源 DataSourceView)
|
UpdateObject(Object, Object)
|
更新資料物件。
(繼承來源 QueryableDataSourceView)
|