Example #1
0
 public CriteriaContext() : base(NHConfig.OpenSession(), NHConfig.Configuration)
 {
     _pc = new ODataParserConfiguration()
     {
         CaseSensitive = false
     };
 }
 public NorthwindContext() : base(NHConfig.OpenSession(), NHConfig.Configuration)
 {
 }