Пример #1
0
 public object Max(string fieldName, string whereClause)
 {
     return(CustomStatisticClass.Max(this.OriginalObject as ITable, fieldName, whereClause));
 }
Пример #2
0
 public object Max(ITable table, string fieldName, string whereClause)
 {
     return(CustomStatisticClass.Max(table, fieldName, whereClause));
 }