DataServer.FieldSym Method
|
|
Return the symbolic name of a field in this data server.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.24 GA
Syntax VIRTUAL METHOD FieldSym(
nFieldPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual FieldSym(
Usual nFieldPosition = default
) Request Example
View SourceParameters
- nFieldPosition (Optional)
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
Usual
See Also