示例#1
0
 public QueryCondition Gte(object value)
 {
     var qc = new QueryCondition();
     Conditions = qc;
     Conditions.Parent = this;
     qc.TableAlias = this;
     return qc.Gte(value);
 }