SimpleDataTable class

Used as a data structure to serialize and return weakly-typed data as a collection of rows, where each row is a name-value pair dictionary.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.SimpleDataTable

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class SimpleDataTable
'Usage
Dim instance As SimpleDataTable
public sealed class SimpleDataTable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SimpleDataTable members

Microsoft.SharePoint.Client namespace