Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exposes the External Item as a DataTable object with the formatting of the complex fields in the External Item.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.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.
Remarks
This method will use custom formatters to get string representations of complex fields.
See Also
Reference
Microsoft.BusinessData.Runtime Namespace
[O:Microsoft.BusinessData.Runtime.IRuntimeHelper.CreateDataTable]