The properties of the JetColumn class are listed below. For a complete list of JetColumn class members, see the JetColumn Members topic.
Default | Gets or sets the column default. |
Increment | Gets the column increment. |
IsIdentity | Gets a boolean value that indocates if the column has the IDENTITY property. |
IsNullable | Gets a boolean value that indicates if the column accepts NULL values. |
IsRowGuid | Gets a boolean value that indicates if the column has the ROWGUIDCOL property. |
Name | Gets the column name. |
OleDbType | Gets the column OleDbType |
Ordinal | Gets the column ordinal. |
Seed | Gets the column seed. |
Tag | Gets or sets the column tag. |
JetColumn Class | Primeworks.DataPortSync.Jet Namespace