SQLSelect.ColumnAttributes Method | |
Return the SQL column attributes for a specified column.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ColumnAttributes(
siCol
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ColumnAttributes(
Usual siCol = default
)
Request Example
View SourceParameters
- siCol (Optional)
- Type: Usual
The name, number, or symbol representing the desired column.
Return Value
Type:
Usual
A SQLColumnAttributes object if successful; otherwise, NULL_OBJECT.
See Also