public object Min(ITable table, string fieldName, string whereClause) { return(CustomStatisticClass.Min(table, fieldName, whereClause)); }
public object Min(string fieldName, string whereClause) { return(CustomStatisticClass.Min(this.OriginalObject as ITable, fieldName, whereClause)); }