コード例 #1
0
 internal DataBoxFilter(DataBox box)
 {
     this.Box         = box;
     this.Constraints = new List <SqlConstraint>();
 }
コード例 #2
0
 internal DataBoxEntityChangeProcessor(EntityType et)
     : base(et)
 {
     this.DataBox = new DataBox(et);
 }