DataServer.FieldName Method (Typed) | |
Return the name of a field in this data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldName(
nFieldPosition AS USUAL
) AS STRING
public virtual string FieldName(
Usual nFieldPosition
)
Request Example
View SourceParameters
- nFieldPosition
- Type: Usual
The number of the desired field.
Return Value
Type:
StringSee Also