VirualPathDataSourceView Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The VirualPathDataSourceView type exposes the following members.

Properties

  Name Description
Public property CanDelete
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) operation.
(Overrides DataSourceViewCanDelete.)
Public property CanInsert (Inherited from DataSourceView.)
Public property 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.
(Overrides DataSourceViewCanPage.)
Public property 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.
(Overrides DataSourceViewCanRetrieveTotalRowCount.)
Public property CanSort
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.
(Overrides DataSourceViewCanSort.)
Public property CanUpdate (Inherited from DataSourceView.)
Protected property Events (Inherited from DataSourceView.)
Public property Name (Inherited from DataSourceView.)
Top
See Also

Reference