SQLSelect.SetColumnAttributes Method | |
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD SetColumnAttributes(
uFieldPos,
oColAttributes
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetColumnAttributes(
Usual uFieldPos = default,
Usual oColAttributes = default
)
Request Example
View SourceParameters
- uFieldPos (Optional)
- Type: Usual
- oColAttributes (Optional)
- Type: Usual
Return Value
Type:
UsualSee Also