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.
Gets the External Item as a DataTable with a single row of data containing the fields in the External Item.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property EntityAsDataTable As DataTable
Get
'Usage
Dim instance As IEntityInstance
Dim value As DataTable
value = instance.EntityAsDataTable
DataTable EntityAsDataTable { get; }
Property Value
Type: System.Data.DataTable
A DataTable with one data row.
See Also
Reference
Microsoft.BusinessData.Runtime Namespace
[O:Microsoft.BusinessData.Runtime.IRuntimeHelper.CreateDataTable]