Compartilhar via


SimpleDataTable.Rows propriedade

Obtém linhas na tabela de dados.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)

Sintaxe

'Declaração
Public ReadOnly Property Rows As Collection(Of Dictionary(Of String, Object))
    Get
'Uso
Dim instance As SimpleDataTable
Dim value As Collection(Of Dictionary(Of String, Object))

value = instance.Rows
public Collection<Dictionary<string, Object>> Rows { get; }

Valor de propriedade

Tipo: System.Collections.ObjectModel.Collection<Dictionary<String, Object>>

Ver também

Referência

SimpleDataTable classe

SimpleDataTable membros

Microsoft.SharePoint.Client namespace