Try OpenEdge Now
skip to main content
.NET Open Clients
Passing Parameters : ProDataTable class methods : Column-related (buffer-field) methods
 

Column-related (buffer-field) methods

The following methods access information about temp-table fields (buffer-fields) that correspond to a specified DataTable column. (See also, Array methods.) For methods that get or set the ABL data type of a DataTable column, the proType argument must correspond to one of the valid ABL temp-table field data types found in the Progress.Open4GL.Parameter class, as shown in the following table.
Table 15. ABL temp-table field data types
ABL temp-table field data type
Progress.Open4GL.Parameterclass constant
BLOB
PRO_BLOB
CHARACTER
PRO_CHARACTE
CLOB
PRO_CLOB
COM-HANDLE
PRO_COMHANDLE
DATE
PRO_DAT
DATETIME
PRO_DATETIME
DATETIME-TZ
PRO_DATETIMETZ
DECIMAL
PRO_DECIMAL
INT64
PRO_INT64
INTEGER
PRO_INTEGER
LOGICAL
PRO_LOGICAL
RAW
PRO_RAW
RECID
PRO_RECID
ROWID
PRO_ROWID
WIDGET-HANDLE
PRO_WIDGETHANDLE
* GetColumnProType( )
* GetPosition( )
* GetUserOrder( )
* SetColumnProType( )
* SetUserOrder( )