Namespaces

Types in FluentNHibernate.Conventions.Inspections

Type IManyToManyInspector

Namespace FluentNHibernate.Conventions.Inspections

Interfaces IRelationshipInspector

Properties

Public properties

Type ChildType get;

IDefaultableEnumerable<T> Columns get;

Fetch Fetch get;

string ForeignKey get;

bool LazyLoad get;

NotFound NotFound get;

string OrderBy get;

Applies to the joining table for this many-to-many.

Type ParentType get;

bool Unique get;

string Where get;

Applies to the joining table for this many-to-many.