XmlDataSourceView Properties

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCanDelete

Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete operation.(Inherited from DataSourceView.)

System_CAPS_pubpropertyCanInsert

Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert operation.(Inherited from DataSourceView.)

System_CAPS_pubpropertyCanPage

Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect method.(Inherited from DataSourceView.)

System_CAPS_pubpropertyCanRetrieveTotalRowCount

Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports retrieving the total number of data rows, instead of the data.(Inherited from DataSourceView.)

System_CAPS_pubpropertyCanSort

Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.(Inherited from DataSourceView.)

System_CAPS_pubpropertyCanUpdate

Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate operation.(Inherited from DataSourceView.)

System_CAPS_pubpropertyName

Gets the name of the data source view.(Inherited from DataSourceView.)

Return to top
Show: