using System; using System.Collections.Generic; using System.Linq; using System.Web; using FluentNHibernate.Mapping; using Sleis.Models; namespace Sleis.Mapping { public class AgencyReleasePointMap : ReleasePointMap { public AgencyReleasePointMap () { Table("M_REL_PT"); //References(x=>x.Facility).Column("FAC_SITE_ID").Cascade.None().Not.Update().Not.LazyLoad(); } } }