SQLSelect.SetColumnAttributes Method (Typed)
|
|
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.24 GA
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:
Logic
See Also