Compartir a través de


de la propiedad SimpleDataTable.Rows

Obtiene las filas de la tabla de datos.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)

Sintaxis

'Declaración
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 propiedad

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

Vea también

Referencia

clase SimpleDataTable

Miembros SimpleDataTable

Espacio de nombres Microsoft.SharePoint.Client