The RecordSet Column type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllowDBNull |
Gets or sets a value that indicates whether null values are allowed in this column.
| |
| AutoIncrement |
Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows.
| |
| DataType |
Gets or sets the type of data stored in the column.
| |
| Name |
Gets or sets the name of the column.
| |
| ReadOnly |
Gets or sets a value that indicates whether the column allows for changes when committed to data source.
|
See Also