WebHierarchicalFlatDataSourceViewデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
CanDelete | オーバーライドされます。 | |
CanInsert | オーバーライドされます。 | |
CanPage | Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports paging through the data retrieved by the System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method. System.Web.UI.DataSourceViewから継承されます。 | |
CanRetrieveTotalRowCount | オーバーライドされます。 | |
CanSort | Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports a sorted view on the underlying data source. System.Web.UI.DataSourceViewから継承されます。 | |
CanUpdate | オーバーライドされます。 | |
Name | Gets the name of the data source view. System.Web.UI.DataSourceViewから継承されます。 | |
UpdateParameters | 更新のための ParameterCollection。 |
名前 | 解説 | |
---|---|---|
Events | Gets a list of event-handler delegates for the data source view. System.Web.UI.DataSourceViewから継承されます。 |
名前 | 解説 | |
---|---|---|
CanExecute | Determines whether the specified command can be executed. System.Web.UI.DataSourceViewから継承されます。 | |
Delete | オーバーライドされます。 | |
ExecuteCommand | オーバーロードされます。 Executes the specified command. System.Web.UI.DataSourceViewから継承されます。 | |
Insert | オーバーライドされます。 | |
Select | オーバーロードされます。 引数に基づいてデータ ソースからのフラット データのバッチを選択します。階層的なコンテキストでは、階層のルート データのみを返します。 | |
Update | オーバーライドされます。 |
名前 | 解説 | |
---|---|---|
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から継承されます。 | |
OnDeleted | ||
OnDeleting | ||
OnInserted | ||
OnInserting | ||
OnUpdated | ||
OnUpdating |
名前 | 解説 | |
---|---|---|
DataSourceViewChanged | Occurs when the data source view has changed. System.Web.UI.DataSourceViewから継承されます。 | |
Deleted | ||
Deleting | ||
Inserted | ||
Inserting | ||
Updated | ||
Updating |