DbServer.FieldSpec Method (Typed) | |
Return the FieldSpec object in the specified field.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldSpec(
uField AS USUAL
) AS FieldSpec
public override FieldSpec FieldSpec(
Usual uField
)
Request Example
View SourceParameters
- uField
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
FieldSpecSee Also