EntityDataTableAdapter.EntitiesAsDataTable, propriété (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Returns the DataTable object containing the entity instances as data rows.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EntitiesAsDataTable As DataTable
'Utilisation
Dim instance As EntityDataTableAdapter
Dim value As DataTable
value = instance.EntitiesAsDataTable
public DataTable EntitiesAsDataTable { get; }
Valeur de la propriété
A DataTable object containing the entity instances as data rows.
Voir aussi
Référence
EntityDataTableAdapter, classe
Membres EntityDataTableAdapter
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms