Syntax

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:

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.