DataTableDataSourceView.FillDataTable Method
Populates an object that represents a DataTable with the information specified by the DataSourceSelectArguments.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected MustOverride Sub FillDataTable ( _
table As DataTable, _
selectArguments As DataSourceSelectArguments _
)
'Usage
Dim table As DataTable
Dim selectArguments As DataSourceSelectArguments
Me.FillDataTable(table, selectArguments)
protected abstract void FillDataTable(
DataTable table,
DataSourceSelectArguments selectArguments
)
Parameters
table
Type: System.Data.DataTableRepresents the data table.
selectArguments
Type: System.Web.UI.DataSourceSelectArgumentsRepresents the arguments selected for the data source.