Пример #1
0
 private static string ToAnd(params object[] whereColVals)
 {
     return(UStr.Join(" = ", " AND ", whereColVals));
 }