The properties of the SchemaItem class are listed below. For a complete list of SchemaItem class members, see the SchemaItem Members topic.
DBType | The datatype of the column |
FieldName | The column name |
HasDefault | Indicates this column has a default value defined in the database engine. |
IsAutoKey | Indicates this column's value is generated automatically |
IsComputed | Indicates this column contains a computed value. |
IsInForeignKey | Indicates this column is part of a foreign key for another table. |
IsInPrimaryKey | Indicates this column is part of the primary key for the table. |
IsNullable | Indicates this column can be set to null. |
IsRowID | Indicates this column acts as a row identifier. |
Justify | The SchemaItemJustify value indicating the field justification |
Length | The maximum length of the column |
Properties | A HashTable to which custom properties may be added |
SchemaItem Class | NCI.EasyObjects Namespace