Label
Description
Sets or returns the column label for a field in a ResultSet. The column label is the heading text for a specified column. The return value defaults to fieldpathname if not set.
The value you specify, when you use this method to set the label value is the return value you get for the GetColumnLabel method of the ResultSet object.
Syntax
VBScript
queryfielddef.Label
queryfielddef.Label
NewValue
Perl
$queryfielddef->GetLabel
();
$queryfielddef->SetLabel
(NewValue);
- Identifier
- Description
- queryfielddef
- A QueryFieldDef object.
- NewValue
- A String whose value specifies the column label value for a ResultSet.
- Return value
- Returns a String containing the column label value for
a ResultSet. If no column label value is set, the return value is the
FieldPathName
.