C# (CSharp) LX.EasyDb Пространство имен

Классы

Имя Описание
Mapping Provides classes and method for ORM.
Mapping.Column A column of a relational database table
Mapping.ColumnAttribute
Mapping.Constraint A relational constraint.
Mapping.DefaultNamingStrategy Default naming strategy that converts both table and columns to lower case, separating each word with an underscore.
Mapping.Index A relational table index.
Mapping.IndexAttribute
Mapping.PrimaryKey A primary key constaint.
Mapping.RelationalModel Base class of relational models.
Mapping.SameNamingStrategy Keeps same with names of types and properties.
Mapping.Table A relational table.
Mapping.TableAttribute
Mapping.UniqueAttribute
Mapping.UniqueKey A relational unique key constraint.