Try OpenEdge Now
.NET Open Clients
Passing Parameters
:
ProDataTable class methods
:
Array methods
:
GetArrayFieldName( )
GetArrayFieldName( )
Returns the array field name with which the specified DataColumn is associated. If it is not part of an array, it returns null. The syntax is:
Syntax
static string GetArrayFieldName(System.Data.DataTable
dt
, string
colName
)
static string GetArrayFieldName(System.Data.DataColumn
dc
)
The array field name for a DataColumn is set when
ProDataTable.SetExtentColumns()
is called.