DbServer.AliasSym Property (Typed) | |
A symbol representing the alias of a DBServer object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AliasSym AS SYMBOL GET
public virtual Symbol AliasSym { get; }
Request Example
View SourceProperty Value
Type:
SymbolA symbol representing the alias of a DBServer object.
Remarks
A symbol representing the alias of a DBServer object.
Tip |
---|
"Hybrid" operation, with procedural commands referencing a DBServer object, is strongly discouraged. See the discussion of hybrid operation under CLASS DBServer. |
See Also