public method IO2GRow.columns

Brief

Gets the columns of the table.

Declaration
C++
virtual IO2GTableColumnCollection columns () = 0

Details

The returned object must be released using the release() method when the object is not required anymore.

Declared in IO2GRow

back