DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Namespaces | Enumerations
ColumnConstraints.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Deveel.Data.Mapping
 

Enumerations

enum  Deveel.Data.Mapping.ColumnConstraints { Deveel.Data.Mapping.ColumnConstraints.NotNull = 1, Deveel.Data.Mapping.ColumnConstraints.PrimaryKey = 2, Deveel.Data.Mapping.ColumnConstraints.Unique = 4 }