Exemplo n.º 1
0
 internal DataBoxFilter(DataBox box)
 {
     this.Box         = box;
     this.Constraints = new List <SqlConstraint>();
 }
Exemplo n.º 2
0
 internal DataBoxEntityChangeProcessor(EntityType et)
     : base(et)
 {
     this.DataBox = new DataBox(et);
 }