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