SimpleDataTable.Rows - Propriété
Obtient des lignes dans la table de données.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Rows As Collection(Of Dictionary(Of String, Object))
Get
'Utilisation
Dim instance As SimpleDataTable
Dim value As Collection(Of Dictionary(Of String, Object))
value = instance.Rows
public Collection<Dictionary<string, Object>> Rows { get; }
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<Dictionary<String, Object>>