DomainObjects Class Library

Field.Max Method 

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

public Max Max();

See Also

Field Class | DomainObjects.Facade.Command.Expression Namespace