ColumnAttributeFlags EnumerationNemiro.Data.dll
List of flags that determine the interpretation properties when used in working with the data source.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public enum ColumnAttributeFlags
Members

  Member nameValueDescription
None0 None.
PrimaryKey1 Primary Key.
Identity2 The counter is used in conjunction with PrimaryKey.
AllowNull4 Allow NULL value.
Unique8 Unique field value.
See Also