RecordSet Column PropertiesNReco.Data Class Library Documentation

The RecordSet Column type exposes the following members.

Properties

  NameDescription
Public propertyAllowDBNull
Gets or sets a value that indicates whether null values are allowed in this column.
Public propertyAutoIncrement
Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows.
Public propertyDataType
Gets or sets the type of data stored in the column.
Public propertyName
Gets or sets the name of the column.
Public propertyReadOnly
Gets or sets a value that indicates whether the column allows for changes when committed to data source.
Top
See Also