DbServer.OrderKeyVal Property | |
The key value of the current record from the controlling order.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY OrderKeyVal AS USUAL GET
public virtual Usual OrderKeyVal { get; }
Request Example
View SourceProperty Value
Type:
UsualThe key value of the current record from the controlling order.
Remarks
The key value of the current record from the controlling order. The data type is the same as the that of the key expression used to create the order. Use ValType() or UsualType() to determine the data type.
See Also