Ejemplo n.º 1
0
 public PersonNameObject(PersonWhereObject parent)
     : base("PersonName")
 {
     this.Parent = parent;
     this._operator = new PersonOperatorObject(this.Parent);
 }
Ejemplo n.º 2
0
 public PersonUpdateObject(PersonWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }
Ejemplo n.º 3
0
 public PersonSelectObject(PersonWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }
Ejemplo n.º 4
0
 public PersonOperatorObject(PersonWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }
Ejemplo n.º 5
0
 public PersonInsertObject(PersonWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }
Ejemplo n.º 6
0
 public PersonDeleteObject(PersonWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }