Try OpenEdge Now
.NET Open Clients
Passing Parameters
:
ProDataTable class methods
:
Array methods
:
IsExtentColumn( )
IsExtentColumn( )
Returns
true
if the specified column in the specified DataTable is part of a temp-table array field. The syntax is:
Syntax
static bool IsExtentColumn(System.Data.DataTable
dt
, string
colName
)
Where
colName
is the name of the column in the DataTable.