AdoColumn:Attributes Assign

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoColumn Class >

AdoColumn:Attributes Assign

Previous pageReturn to chapter overviewNext page

Purpose

Column characteristics

 

Prototype

ASSIGN Attributes ( lVal AS LONG  )  AS LONG PASCAL CLASS AdoColumn

 

Argument(s)

lVal        LONG

 

 

Description

The value specifies characteristics of the table represented by the Column object and can be a combination of ColumnAttributesEnum constants. The default value is zero (0), which is neither adColFixed nor adColNullable

 

See Also

AdoColumn, AdoColumnAttributesEnum