Try OpenEdge Now
skip to main content
.NET Open Clients
Passing Parameters : ProDataTable class methods : Column-related (buffer-field) methods : GetColumnProType( )
 
GetColumnProType( )
Returns the integer value representing the ABL data type (see Table 15) for the specified DataColumn. The syntax is:

Syntax

static int GetColumnProType(System.Data.DataTable dt, string colName)
Where colName is the name of the column in the DataTable.
static int GetColumnProType(System.Data.DataColumn dc)
Where dc is the DataColumn.