0 out of 1 rated this helpful - Rate this topic

SPListGetDataTableOptions Enumeration

SharePoint 2010

Describes options for populating a data table with list items.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[FlagsAttribute]
public enum SPListGetDataTableOptions
Member name Description
None No option. Use the default data type for column values.
UseBooleanDataType Return Boolean column values using the Boolean data type.
RetrieveLookupIdsOnly Return the IDs for lookup columns rather than the looked-up values.
UseCalculatedDataType Return calculated column values using the data type for the calculation.

This enumeration allows a bitwise combination of its member values.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ