DataField.NameSym Property | |
A symbol representing the name of the field.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NameSym AS USUAL GET
public virtual Usual NameSym { get; }
Request Example
View SourceProperty Value
Type:
UsualA symbol representing the name of the field.
Remarks
A symbol representing the name of the field. Note that the field's hyperlabel also contains a symbolic name; these two names are the same in the code generated by the DBServer Editor.
See Also