SPListGetDataTableOptions enumeration

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)

No code example is currently available or this language may not be supported.

Member nameDescription
NoneNo option. Use the default data type for column values.
UseBooleanDataTypeReturn Boolean column values using the Boolean data type.
RetrieveLookupIdsOnlyReturn the IDs for lookup columns rather than the looked-up values.
UseCalculatedDataTypeReturn calculated column values using the data type for the calculation.

This enumeration allows a bitwise combination of its member values.

Show: