Share via


IEntityInstance.EntityAsFormattedDataTable Property

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

IEntityInstance Interface

IEntityInstance Members

Microsoft.BusinessData.Runtime Namespace

[O:Microsoft.BusinessData.Runtime.IRuntimeHelper.CreateDataTable]