Namespaces

Types in FluentNHibernate.MappingModel

Type ColumnMapping

Namespace FluentNHibernate.MappingModel

Parent MappingBase

Methods

Properties

Public instance methods

bool Equals(ColumnMapping other)

Public properties

string Check get; set;

string Default get; set;

string Index get; set;

int Length get; set;

Member Member get; set;

string Name get; set;

bool NotNull get; set;

int Precision get; set;

int Scale get; set;

string SqlType get; set;

bool Unique get; set;

string UniqueKey get; set;