Returns all the instances that match the detached criteria.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public static T[] FindAll(
	DetachedCriteria criteria,
	params Order[] orders
)

Parameters

criteria
DetachedCriteria
Detached criteria
orders
array<Order>[]()
Optional ordering

Return Value

All entities that match the criteria

See Also