DomainObjects Class Library

Max Constructor 

Returns the maximum value of the given field. Null values are ignored.

Translates to a MAX(field) SQL function.
public Max(
   Field field
);

See Also

Max Class | DomainObjects.Facade.Command.Function Namespace