Represents a table column properties.

Пространство имен: EleWise.ELMA.Runtime.Db.Migrator.Framework
Сборка: EleWise.ELMA.SDK (в EleWise.ELMA.SDK.dll) Версия: 1.0.0.0 (3.8.0.22046)

Синтаксис

C#
[FlagsAttribute]
public enum ColumnProperty

Члены

Member nameValueDescription
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

См. также