Exemplo n.º 1
0
 private RemoveOptions(Net.Vpc.Upa.ConditionType conditionType, object removeCondition)
 {
     this.conditionType   = conditionType;
     this.removeCondition = removeCondition;
 }
Exemplo n.º 2
0
 private Net.Vpc.Upa.UpdateQuery SetCondition(Net.Vpc.Upa.ConditionType updateConditionType, object updateCondition)
 {
     this.updateConditionType = updateConditionType;
     this.updateCondition     = updateCondition;
     return(this);
 }