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

Minimum

Gets the minimum 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 Minimum( 
   ref BaseField field
)

Parameters

field

Requirements

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

See Also