FieldPathName
Description
Sets or returns the name of the field from the schema. This might be a "dotted name" if it is from within a reference (for example, owner.login_name).
Field path names are normally
set on the BuildField
function
of the QueryDef object.
Note: A field name is not the same as a field column
label.
Syntax
VBScript
queryfielddef.FieldPathName
queryfielddef.FieldPathName
NewValue
Perl
$queryfielddef->GetFieldPathName
();
$queryfielddef->SetFieldPathName
(NewValue);
- Identifier
- Description
- queryfielddef
- A QueryFieldDef object.
- NewValue
- A String that specifies the path for the field.
- Return value
- Returns a String that identifies the path for the field.