This documentation is archived and is not being maintained.

ObjectDesignerDataSourceView Properties

The ObjectDesignerDataSourceView type exposes the following members.

  NameDescription
Public property CanDelete Gets a value that indicates whether the associated data source control as it is currently configured can perform a Delete operation. (Overrides DesignerDataSourceView::CanDelete.)
Public property CanInsert Gets a value that indicates whether the associated data source control as it is currently configured can perform an Insert operation. (Overrides DesignerDataSourceView::CanInsert.)
Public property CanPage Gets a value that indicates whether the associated data source control can perform server-based paging. (Overrides DesignerDataSourceView::CanPage.)
Public property CanRetrieveTotalRowCount Gets a value that indicates whether the associated data source control can return the total number of rows that are returned by a query. (Overrides DesignerDataSourceView::CanRetrieveTotalRowCount.)
Public property CanSort Gets a value that indicates whether the associated data source control can sort rows. (Overrides DesignerDataSourceView::CanSort.)
Public property CanUpdate Gets a value that indicates whether the associated data source control as it is currently configured can perform an Update operation. (Overrides DesignerDataSourceView::CanUpdate.)
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 Gets a schema that describes the data source view that is represented by this view object. (Overrides DesignerDataSourceView::Schema.)
Top
Show: