DomainObjects Class Library |
|
Min Constructor
Returns the minimum value of the given field. Null values are ignored.
Translates to a
MIN(field)
SQL function.
public Min(
Field field);
See Also
Min Class | DomainObjects.Facade.Command.Function Namespace