IEntityInstance.EntityAsFormattedDataTable Property
Exposes the entity instance as a DataTable object with formatting of the complex fields in the entity instance.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
ReadOnly Property EntityAsFormattedDataTable As DataTable
Get
'Usage
Dim instance As IEntityInstance
Dim value As DataTable
value = instance.EntityAsFormattedDataTable
DataTable EntityAsFormattedDataTable { get; }
Property Value
Type: System.Data.DataTable
A DataTable object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace