The EndecaCommandDataSourceView<(Of <(TCommand, TDataSource>)>) type exposes the following members.

Properties

  NameDescription
CanDelete
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) operation.
(Inherited from DataSourceView.)
CanInsert
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert(IDictionary) operation.
(Inherited from DataSourceView.)
CanPage
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect(DataSourceSelectArguments) method.
(Inherited from DataSourceView.)
CanRetrieveTotalRowCount
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.)
CanSort
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.)
CanUpdate
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation.
(Inherited from DataSourceView.)
Context
Gets the HTTP context for the current request.
DataSource
Gets the data source with which this data source is associated.
Events
Gets a list of event-handler delegates for the data source view.
(Inherited from DataSourceView.)
IsTrackingViewState
Name
Gets the name of the data source view.
(Inherited from DataSourceView.)
SelectParameters
Gets the collection of parameters used when this data source makes a navigation query.

Explicit Interface Implementations

See Also