DataServer.FIELDGET Method | |
Return the contents of a specified field in this data server.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FIELDGET(
nFieldPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual FIELDGET(
Usual nFieldPosition = default
)
Request Example
View SourceParameters
- nFieldPosition (Optional)
- 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