DbServer.FieldSpec Method
|
|
Return the FieldSpec object in the specified field.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.24 GA
Syntax VIRTUAL METHOD FieldSpec(
uField
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual FieldSpec(
Usual uField = default
) Request Example
View SourceParameters
- uField (Optional)
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
Usual
See Also