ISharedEntityState.DataTableForm Property
Gets the shared external content type state information as a DataTable object.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property DataTableForm As DataTable
Get
'Usage
Dim instance As ISharedEntityState
Dim value As DataTable
value = instance.DataTableForm
DataTable DataTableForm { get; }
Property Value
Type: System.Data.DataTable
A DataTable object containing the shared external content type state information.