Share via


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
Protected method DataTableDataSourceView Initializes a new instance of DataTableDataSourceView.

Top

Properties

  Name Description
Public property CanDelete Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.)
Public property CanInsert Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.)
Public property CanPage Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.)
Public property CanRetrieveTotalRowCount Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.)
Public property CanSort (Overrides AdministrationDataSourceView.CanSort.)
Public property CanUpdate Inherited from System.Web.UI.DataSourceView. (Inherited from AdministrationDataSourceView.)
Protected property ColumnNames
Protected property Context Gets the context of the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.)
Protected property DefaultSortExpression
Protected property Events (Inherited from DataSourceView.)
Public property IsTrackingViewState Gets a value that indicates if the AdministrationDataSourceView is configured to maintain state. (Inherited from AdministrationDataSourceView.)
Public property Name (Inherited from DataSourceView.)
Protected property Owner Gets the data source control that contains the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.)
Public property SelectParameters Gets the AdministrationDataSourceView parameters for which state is being maintained. (Inherited from AdministrationDataSourceView.)
Protected property TotalRowCount Returns the total number of rows in the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.)
Protected property ViewState Gets an object representing the current state of the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.)

Top

Methods

  Name Description
Protected method CreateDataTable Creates an object that represents a DataTable with a string column for each entry in the ColumnNames property.
Public method Delete (Inherited from DataSourceView.)
Public method Equals (Inherited from Object.)
Protected method ExecuteDelete (Inherited from DataSourceView.)
Protected method ExecuteInsert (Inherited from DataSourceView.)
Protected method ExecuteSelect Gets a list of data from the underlying data storage. (Inherited from AdministrationDataSourceView.)
Protected method ExecuteUpdate (Inherited from DataSourceView.)
Protected method FillDataTable Populates an object that represents a DataTable with the information specified by the DataSourceSelectArguments.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Insert (Inherited from DataSourceView.)
Public method LoadViewState Loads a saved state. (Inherited from AdministrationDataSourceView.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDataSourceViewChanged (Inherited from DataSourceView.)
Protected method ParseParameters When implemented in a derived class, gives each page the chance to parse parameters. (Inherited from AdministrationDataSourceView.)
Protected method RaiseUnsupportedCapabilityError (Inherited from DataSourceView.)
Public method SaveViewState Saves the state of the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.)
Protected method Select(DataSourceSelectArguments) (Overrides AdministrationDataSourceView.Select(DataSourceSelectArguments).)
Public method Select(DataSourceSelectArguments, DataSourceViewSelectCallback) (Inherited from DataSourceView.)
Public method ToString (Inherited from Object.)
Public method TrackViewState Activates state tracking for the AdministrationDataSourceView object. (Inherited from AdministrationDataSourceView.)
Public method Update (Inherited from DataSourceView.)

Top

Events

  Name Description
Public event DataSourceViewChanged (Inherited from DataSourceView.)

Top

Fields

  Name Description
Protected fieldStatic member DateTimeColumnName
Protected fieldStatic member IdColumnName
Protected fieldStatic member ItemColumnName
Protected fieldStatic member ManageLinkColumnName
Protected fieldStatic member NameColumnName
Protected fieldStatic member ProvisionLinkColumnName
Protected fieldStatic member RoleColumnName
Protected fieldStatic member SelectItemScriptColumnName
Protected fieldStatic member SelectScriptColumnName
Protected fieldStatic member ServerColumnName
Protected fieldStatic member StatusColumnName
Protected fieldStatic member TypeColumnName
Protected fieldStatic member UnprovisionLinkColumnName
Protected fieldStatic member UrlColumnName
Protected fieldStatic member WebApplicationColumnName

Top

See Also

Reference

DataTableDataSourceView Class

Microsoft.SharePoint.WebControls Namespace