SqlDesignerDataSourceView Properties

  Name Description
Public property CanDelete Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView control that is associated with the current SqlDataSource control supports the ExecuteDelete method.
Public property CanInsert Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView that is associated with the current SqlDataSource object supports the ExecuteInsert method.
Public property CanPage Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView that is associated with the current T:System.Web.UI.WebControls.SqlDataSource control supports paging through the data that is retrieved by the M:System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method.
Public property CanRetrieveTotalRowCount Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView that is associated with the current T:System.Web.UI.WebControls.SqlDataSource control supports retrieving the total number of data rows, instead of the data.
Public property CanSort Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView control that is associated with the current T:System.Web.UI.WebControls.SqlDataSource control supports a sorted view on the underlying data source.
Public property CanUpdate Overridden. Gets a value indicating whether the T:System.Web.UI.WebControls.SqlDataSourceView control that is associated with the current T:System.Web.UI.WebControls.SqlDataSource control supports the ExecuteUpdate method.
Public property DataSourceDesigner  Gets a reference to the designer that created this DesignerDataSourceView control. (Inherited from DesignerDataSourceView.)
Public property Name  Gets the name of the view, as provided when this instance of the DesignerDataSourceView class was created. (Inherited from DesignerDataSourceView.)
Public property Schema Overridden. Gets a schema that describes the data source view that is represented by this view object.
Top
Show: