SPDataSourceView members
Supports the SPDataSource control and provides an interface for data-bound controls to perform operations against SharePoint Foundation data.
The SPDataSourceView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPDataSourceView | Initializes a new instance of the SPDataSourceView class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CanDelete | Gets a Boolean value that indicates whether the delete operation is supported for the current view. (Overrides DataSourceView.CanDelete.) |
![]() |
CanInsert | Gets a Boolean value that indicates whether the insert operation is supported for the current view. (Overrides DataSourceView.CanInsert.) |
![]() |
CanPage | Gets a Boolean value that indicates whether the current view supports paging through data. (Overrides DataSourceView.CanPage.) |
![]() |
CanRetrieveTotalRowCount | Gets a Boolean value that indicates whether the current view supports retrieving the total number of data rows, in addition to the set of data. (Overrides DataSourceView.CanRetrieveTotalRowCount.) |
![]() |
CanSort | Gets a Boolean value that indicates whether the current view supports sorting data. (Overrides DataSourceView.CanSort.) |
![]() |
CanUpdate | Gets a Boolean value that indicates whether the update operation is supported for the current view. (Overrides DataSourceView.CanUpdate.) |
![]() |
DataSourceMode | Gets or sets a value that specifies the type of data to query. |
![]() |
DataSourceOwner | Gets a reference to the data source control that owns this view. |
![]() |
DeleteCommand | Gets or sets a query that the SPDataSourceView object uses to delete data. |
![]() |
DeleteParameters | Gets the parameter collection that contains parameters for deleting data. |
![]() |
DeleteParametersDictionary | Gets an ordered collection of the parameter names and corresponding values that are used with the DeleteCommand. |
![]() |
Events | (Inherited from DataSourceView.) |
![]() |
IncludeHidden | Gets or sets a Boolean value that specifies whether hidden fields are included in the query. |
![]() |
IncludeRootFolder | |
![]() |
InsertCommand | Gets or sets a query that the SPDataSourceView object uses to insert data into the underlying list. |
![]() |
InsertParameters | Gets the parameter collection that contains parameters for inserting data. |
![]() |
InsertParametersDictionary | Gets an ordered collection of the parameter names and corresponding values that are used with the InsertCommand. |
![]() |
List | Gets or sets the list that is represented in the data view. |
![]() |
ListGuid | Gets the identifier (ID) of the list that is represented in the data view. |
![]() |
Name | (Inherited from DataSourceView.) |
![]() |
RecurrenceRowset | This is a flag to tell whether an event item with recurrence information needs to be expanded or not. This value will be propagated into SPQuery. |
![]() |
Scope | Gets or sets the recursive scope for the view. |
![]() |
SelectCommand | Gets or sets a query that the SPDataSourceView object uses to select data. |
![]() |
SelectParameters | Gets the parameter collection that contains parameters for selecting data. |
![]() |
SelectParametersDictionary | Gets an ordered collection of the parameter names and corresponding values that are used with the SelectCommand. |
![]() |
UpdateCommand | Gets or sets a query that the SPDataSourceView object uses to update data in the underlying list. |
![]() |
UpdateParameters | Gets the parameter collection that contains parameters for updating the data. |
![]() |
UpdateParametersDictionary | Gets an ordered collection of the parameter names and corresponding values that are used with the UpdateCommand. |
![]() |
UseInternalName | Gets or sets a Boolean value that indicates whether to use internal names for fields in property descriptors. |
![]() |
UseServerDataFormat | specify whether we return v4 XLV schema in data retrieval. Default returns false (meaning all upgraded v3 dfwp is false for this flag). |
![]() |
Web | Get the WebUrl string based on the select input parameters. |
![]() |
WebURL | Gets the server-relative URL of the Web site that the query operates against. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
![]() |
DataSourceViewChanged | (Inherited from DataSourceView.) |
Top