I\'m trying to map an Entity with a string property to a varchar column in NHibernate 3 using the new Loquacious API but I can\'t figure out how to specify the Type to
ca.Property(x => x.Code, map => { map.Type(NHibernateUtil.AnsiString); map.Column(/*etc.*/); });