Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
 SPDataSourceMode Enumeration

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
SPDataSourceMode Enumeration (Microsoft.SharePoint.WebControls)
Used to specify the type of data that a data-bound Windows SharePoint Services control should query.

Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Enumeration SPDataSourceMode
Visual Basic (Usage)
Dim instance As SPDataSourceMode
C#
public enum SPDataSourceMode
 Member nameDescription
CrossListQuery items in multiple lists in multiple Web sites in the same site collection. Multiple rows of list data are returned. Each row represents a list item. This mode is similar to using an instance of the SPSiteDataQuery class against lists in a site collection. 
ListQuery items in a single list. Multiple rows of list data are returned. Each row represents a list item. This mode is similar to using an instance of the SPQuery class against a list. 
ListItemQuery field values in a list item. A single row of list data is returned. The row represents a single list item. 
ListOfListsQuery property values of all lists in a Web site. Multiple rows of data are returned. Each row represents a list. 
WebsQuery property values of all subsites of a specified Web site. Multiple rows of data are returned. Each row represents a Web site. 
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker