DataServer.FieldPut Method (Typed) | |
Assign a value to a field in this data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldPut(
nFieldPosition AS USUAL,
uValue AS USUAL
) AS USUAL
public virtual Usual FieldPut(
Usual nFieldPosition,
Usual uValue
)
Request Example
View SourceParameters
- nFieldPosition
- Type: Usual
The name, number, or symbol representing the desired field. - uValue
- Type: Usual
The value to be assigned to the field. The data type of this value must match the data type of the field.
Return Value
Type:
Usual
The newly assigned value if the operation was successful; otherwise, NIL.
See Also