Result:-GetName - get the name of a column
|
Calling Sequence
|
|
result:-GetName( index )
|
|
Parameters
|
|
result
|
-
|
Result module
|
index
|
-
|
integer; the index of the column whose name is being returned
|
|
|
|
|
Description
|
|
•
|
GetName returns the name of the column indicated by index.
|
•
|
index is the index of the column in result's table.
|
|
|
Examples
|
|
Create a Result.
>
|
|
>
|
|
Since column names were not specified in the query, they may be in any order.
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?