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)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SPListGetDataTableOptions
'Usage
Dim instance As SPListGetDataTableOptions
[FlagsAttribute]
public enum SPListGetDataTableOptions

Members

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.

Remarks

This enumeration allows a bitwise combination of its member values.

See also

Reference

Microsoft.SharePoint namespace