SQLSelect.FieldPos Method | |
Return the position of a specified column within the data server, as a number starting with 1.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldPos(
cFieldName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual FieldPos(
Usual cFieldName = default
)
Request Example
View SourceParameters
- cFieldName (Optional)
- Type: Usual
The name, number, or symbol representing the desired column.
Return Value
Type:
Usual
The position of the specified column if successful; otherwise, 0.
See Also