Namespaces

Types in FluentNHibernate.Conventions.Instances

Type ColumnInstance

Namespace FluentNHibernate.Conventions.Instances

Parent ColumnInspector

Interfaces IColumnInstance

Properties

Public properties

string Check get;

string Default get;

Type EntityType get;

string Index get; set;

int Length get;

string Name get;

bool NotNull get; set;

int Precision get;

int Scale get;

string SqlType get;

string StringIdentifierForModel get;

bool Unique get; set;

string UniqueKey get; set;