List of flags that determine the interpretation properties when used in working with the data source.
Namespace: Nemiro.DataAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | None. | |
PrimaryKey | 1 | Primary Key. | |
Identity | 2 | The counter is used in conjunction with PrimaryKey. | |
AllowNull | 4 | Allow NULL value. | |
Unique | 8 | Unique field value. |
See Also