DbFileSpec.Orders Property (Typed) | |
The 1-D array of OrderSpec objects that are associated with this DBFileSpec object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Orders AS USUAL GET SET
public virtual Usual Orders { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe 1-D array of OrderSpec objects that are associated with this DBFileSpec object.
Remarks Tip |
---|
It is not required to assign this array when using OrderSpec:OrderCreate() and OrderSpec:OrderAdd() methods. |
See Also