Пример #1
0
 public MyQuery AppendVal(Object Obj)
 {
     _txt.Append(QueryProvider.From_val(Obj, true));
     return(this);
 }