このクラスのメンバの一覧は、DataSourceObjectViewメンバを参照してください。
| 名前 | 解説 | |
|---|---|---|
![]() | CanExecute | Determines whether the specified command can be executed. System.Web.UI.DataSourceViewから継承されます。 |
![]() | Delete | オーバーライドされます。 データソースから特定のキーを削除します。 |
![]() | ExecuteCommand | オーバーロードされます。 Executes the specified command. System.Web.UI.DataSourceViewから継承されます。 |
![]() | FillSelectArguments | 特定の選択引数を埋めます。 |
![]() | GetJSONData | オーバーロードされます。 データ ソース オブジェクトのデータを JSON として StringBuilder に出力します。 |
![]() | GetJSONDataForRecord | データ ソース オブジェクトの特定のレコードのデータを JSON として StringBuilder に出力します。 |
![]() | Insert | オーバーライドされます。 データソースに特定の値を挿入します。 |
![]() | Reanalyze | データ ソースを再分析し、DataAdapter をリセットします。 |
![]() | Select | Gets a list of data asynchronously from the underlying data storage. System.Web.UI.DataSourceViewから継承されます。 |
![]() | Sort | DataAdapter が SortableRecordsCollection を使用し、Records がある場合、このメソッドはそのレコードを並べ替えます。 |
![]() | Update | オーバーロードされます。 オーバーライドされます。 特定の値で特定のキーの更新を実行します。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Analyze | オリジナルのデータ ソースを分析し、適切なデータ アダプタの新しいインスタンスを返します。 |
![]() | ExecuteDelete | Performs a delete operation on the list of data that the System.Web.UI.DataSourceView object represents. System.Web.UI.DataSourceViewから継承されます。 |
![]() | ExecuteInsert | Performs an insert operation on the list of data that the System.Web.UI.DataSourceView object represents. System.Web.UI.DataSourceViewから継承されます。 |
![]() | ExecuteSelect | オーバーライドされます。 基本のデータ ストレージからデータのリストを取得します。 |
![]() | ExecuteUpdate | Performs an update operation on the list of data that the System.Web.UI.DataSourceView object represents. System.Web.UI.DataSourceViewから継承されます。 |
![]() | OnDataSourceViewChanged | Raises the System.Web.UI.DataSourceView.DataSourceViewChanged event. System.Web.UI.DataSourceViewから継承されます。 |