SQLSelect.SetColumnAttributes Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD SetColumnAttributes(
uFieldPos AS USUAL,
oColAttributes AS SQLColumnAttributes
) AS LOGIC
public virtual bool SetColumnAttributes(
Usual uFieldPos,
SQLColumnAttributes oColAttributes
)
Request Example
View SourceParameters
- uFieldPos
- Type: Usual
- oColAttributes
- Type: SQLColumnAttributes
Return Value
Type:
LogicSee Also