DataServer.FieldGet Method (Typed) | |
Return the contents of a specified field in this data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldGet(
nFieldPosition AS USUAL
) AS USUAL
public virtual Usual FieldGet(
Usual nFieldPosition
)
Request Example
View SourceParameters
- nFieldPosition
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
Usual
The field's contents. The data type of the return value depends on the data type of the field.
See Also