SimpleDataTable.Rows property
Gets rows in the data table.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Rows As Collection(Of Dictionary(Of String, Object))
Get
'Usage
Dim instance As SimpleDataTable
Dim value As Collection(Of Dictionary(Of String, Object))
value = instance.Rows
public Collection<Dictionary<string, Object>> Rows { get; }
Property value
Type: System.Collections.ObjectModel.Collection<Dictionary<String, Object>>