class %ZEN.Report.ResultSet
extends %Library.ResultSet
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
1
|
|
|
|
|
method %Get(name As %String)
as %String
Returns the value of the column with the name name in the current row of the result set.
If name is not a valid column name, this method returns an empty string.