Syntax

Returns true if the specified column in the specified DataTable is part of a temp-table array field. The syntax is:

static bool IsExtentColumn(System.Data.DataTable dt, string colName)

Where colName is the name of the column in the DataTable.