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