Expand Minimize
This topic has not yet been rated - Rate this topic

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)
[FlagsAttribute]
public enum SPListGetDataTableOptions
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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.