Represents the schema of a column in a RecordSet.
Inheritance Hierarchy
NReco.Data RecordSet Column
Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The RecordSet Column type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RecordSet Column(String) | Initializes a new instance of the RecordSet Column class | |
RecordSet Column(String, Type) | Initializes a new instance of the RecordSet Column class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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