Для изменения размера нажмите или перетащите

ColumnProperty - перечисление

Represents a table column properties.

Пространство имён:  EleWise.ELMA.Runtime.Db.Migrator.Framework
Сборка:  EleWise.ELMA.SDK (в EleWise.ELMA.SDK.dll) Версия: 1.0.0.0
Синтаксис
C#
[FlagsAttribute]
public enum ColumnProperty
Члены
  Имя членаЗначениеОписание
None0
Null1 Null is allowable
NotNull2 Null is not allowable
Identity4 Identity column, autoinc
Unique8 Unique Column
Unsigned16 Unsigned Column
ForeignKey32 Foreign Key
PrimaryKey66 Primary Key
PrimaryKeyWithIdentity70 Primary key. Make the column a PrimaryKey and unsigned
См. также