예제 #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));
 }