DataField.NameSym Property (Typed) | |
A symbol representing the name of the field.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NameSym AS SYMBOL GET
public virtual Symbol NameSym { get; }
Request Example
View SourceProperty Value
Type:
SymbolA 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