DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Classes | |
class | ColumnAttribute |
class | ColumnConstraintAttribute |
class | ColumnNameAttribute |
class | ForeignKeyAttribute |
class | FunctionAttribute |
class | IgnoreAttribute |
interface | IMemberMappingConfiguration |
interface | INamedConstraint |
interface | INamingConvention |
interface | IRelationshipConfiguration |
interface | ITypeMappingConfiguration |
class | MappingContext |
class | MappingModel |
class | MemberMapping |
class | MemberMappingConfiguration |
class | NotNullAttribute |
class | PrimaryKeyAttribute |
class | Relationship |
class | RelationshipConfiguration |
class | RuledNamingConvention |
class | TableAttribute |
class | TypeMapping |
class | TypeMappingConfiguration |
class | UniqueAttribute |
Enumerations | |
enum | ColumnConstraints { ColumnConstraints.NotNull = 1, ColumnConstraints.PrimaryKey = 2, ColumnConstraints.Unique = 4 } |
enum | DefaultNamingRules { DefaultNamingRules.CamelCase = 1, DefaultNamingRules.LowerCase = 2, DefaultNamingRules.UpperCase = 4, DefaultNamingRules.UnderscoreSeparator = 8 } |
enum | RelationshipType { RelationshipType.OneToMany, RelationshipType.OneToOne } |
|
strong |
Enumerator | |
---|---|
NotNull | |
PrimaryKey | |
Unique |
Definition at line 5 of file ColumnConstraints.cs.
|
strong |
Enumerator | |
---|---|
CamelCase | |
LowerCase | |
UpperCase | |
UnderscoreSeparator |
Definition at line 5 of file DefaultNamingRules.cs.
|
strong |
Enumerator | |
---|---|
OneToMany | |
OneToOne |
Definition at line 4 of file RelationshipType.cs.