Share via


EntityDataTableAdapter.EntitiesAsDataTable Property

Returns the DataTable object containing the entity instances as data rows.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public ReadOnly Property EntitiesAsDataTable As DataTable
    Get
'Usage
Dim instance As EntityDataTableAdapter
Dim value As DataTable

value = instance.EntitiesAsDataTable
public DataTable EntitiesAsDataTable { get; }

Property Value

Type: System.Data.DataTable
A DataTable object containing the entity instances as data rows.

See Also

Reference

EntityDataTableAdapter Class

EntityDataTableAdapter Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace