DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
deveeldb.git
src
deveeldb-linq
Deveel.Data.Mapping
ColumnConstraints.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Deveel
.Data.Mapping {
4
[Flags]
5
public
enum
ColumnConstraints
{
6
NotNull
= 1,
7
PrimaryKey = 2,
8
Unique = 4
9
}
10
}
Deveel
System
Definition:
NonSerializedAttribute.cs:3
Deveel.Data.Mapping.ColumnConstraints
ColumnConstraints
Definition:
ColumnConstraints.cs:5
Deveel.Data.Mapping.ColumnConstraints.NotNull
Generated by
1.8.10