SQLSelect.FieldGetFormatted Method | |
Retrieve the contents of the specified column according to the formatting specifications of its field specification.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldGetFormatted(
uFieldPos
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual FieldGetFormatted(
Usual uFieldPos = default
)
Request Example
View SourceParameters
- uFieldPos (Optional)
- Type: Usual
The name, number, or symbol representing the desired column.
Return Value
Type:
UsualSee Also