DataServer.DataField Method (Typed) | |
Retrieve the DataField object at a specified field position.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DataField(
nFieldPosition AS USUAL
) AS DataField
public virtual DataField DataField(
Usual nFieldPosition
)
Request Example
View SourceParameters
- nFieldPosition
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
DataFieldSee Also