EntityDataTableAdapter.EntitiesAsDataTable Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property EntitiesAsDataTable As DataTable
Get
'Usage
Dim instance As EntityDataTableAdapter
Dim value As DataTable
value = instance.EntitiesAsDataTable
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public DataTable EntitiesAsDataTable { get; }
Property Value
Type: System.Data.DataTable
A DataTable object containing the entity instances as data rows.
See Also
Reference
EntityDataTableAdapter Members
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace