DataTableDataSourceView Members
Include Protected Members
Include Inherited Members
Generates an object that represents a DataTable of information that can be used to render a view.
The DataTableDataSourceView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataTableDataSourceView | Initializes a new instance of DataTableDataSourceView. |
Top
Properties
Name | Description | |
---|---|---|
CanDelete | Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.) | |
CanInsert | Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.) | |
CanPage | Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.) | |
CanRetrieveTotalRowCount | Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.) | |
CanSort | (Overrides AdministrationDataSourceView.CanSort.) | |
CanUpdate | Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.) | |
ColumnNames | ||
Context | Gets the context of the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.) | |
DefaultSortExpression | ||
Events | (Inherited from DataSourceView.) | |
IsTrackingViewState | Gets a value that indicates if the AdministrationDataSourceView is configured to maintain state. (Inherited from AdministrationDataSourceView.) | |
Name | (Inherited from DataSourceView.) | |
Owner | Gets the data source control that contains the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.) | |
SelectParameters | Gets the AdministrationDataSourceView parameters for which state is being maintained. (Inherited from AdministrationDataSourceView.) | |
TotalRowCount | Returns the total number of rows in the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.) | |
ViewState | Gets an object representing the current state of the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.) |
Top
Methods
Name | Description | |
---|---|---|
CreateDataTable | Creates an object that represents a DataTable with a string column for each entry in the ColumnNames property. | |
Delete | (Inherited from DataSourceView.) | |
Equals | (Inherited from Object.) | |
ExecuteDelete | (Inherited from DataSourceView.) | |
ExecuteInsert | (Inherited from DataSourceView.) | |
ExecuteSelect | Gets a list of data from the underlying data storage. (Inherited from AdministrationDataSourceView.) | |
ExecuteUpdate | (Inherited from DataSourceView.) | |
FillDataTable | Populates an object that represents a DataTable with the information specified by the DataSourceSelectArguments. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Insert | (Inherited from DataSourceView.) | |
LoadViewState | Loads a saved state. (Inherited from AdministrationDataSourceView.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDataSourceViewChanged | (Inherited from DataSourceView.) | |
ParseParameters | When implemented in a derived class, gives each page the chance to parse parameters. (Inherited from AdministrationDataSourceView.) | |
RaiseUnsupportedCapabilityError | (Inherited from DataSourceView.) | |
SaveViewState | Saves the state of the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.) | |
Select(DataSourceSelectArguments) | (Overrides AdministrationDataSourceView.Select(DataSourceSelectArguments).) | |
Select(DataSourceSelectArguments, DataSourceViewSelectCallback) | (Inherited from DataSourceView.) | |
ToString | (Inherited from Object.) | |
TrackViewState | Activates state tracking for the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.) | |
Update | (Inherited from DataSourceView.) |
Top
Events
Name | Description | |
---|---|---|
DataSourceViewChanged | (Inherited from DataSourceView.) |
Top
Fields
Top