DomainObjects Class Library

Field.Min Method 

Returns the minimum value of the field. Null values are ignored. Translates to a MIN(field) SQL function.

public Min Min();

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace