| Overload | Description |
|---|---|
| TryGetMin(Int32,Object) | Tries to get the minimum value for the specified field. Returns false if the data provider has no records, or the field type is not comparable. |
| TryGetMin(String,Object) | Tries to get the minimum value for the specified field. Returns false if the data provider has no records, or the field type is not comparable. |