QuickObjects.ObjectBase Send comments on this topic.
Maximum Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : Maximum Method
field

Maximum

Gets the maximum value of the passed in field from the database that match the criteria (if any provided). The value is returned in the same field object.

This method will in addition set the AffectedRecords property with the number of records returned by this method.

If the ObjectState is Disconnected this method returns false.

Returns:
Type
System.Boolean

Syntax

C# 
public bool Maximum( 
   ref BaseField field
)

Parameters

field

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also