Namespaces

Types in FluentNHibernate.Mapping.Builders

Type ElementBuilder

Namespace FluentNHibernate.Mapping.Builders

Methods

Properties

Public instance methods

void PrecisionAndScale(int precision, int scale)

Specify the precision and scale for decimal types
Parameters
int precision

Precision

int scale

Scale

Public properties

ColumnMappingCollection Columns get;

Modify the columns for this element

ElementBuilder Not get;

Inverts the next boolean operation