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

FindAndLoad

Essentially the same as calling the Find method, except that FindAndLoad will load the first row from the returned result set.

This can also be very useful for finding unique or non-unique records that without the knowledge of their primary key value but finding them on the basis of other field values.

This method will set the AffectedRecords property with the number of records returned by Find method.

NOTE: As of version 3.x this method will not return any data if the ObjectState property is set to Disconnected.

Returns:
Type
System.Boolean

Syntax

C# 
public virtual bool FindAndLoad()

Requirements

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

See Also