Returns all instances found for the specified type using sort orders and criteria.

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

Syntax

C#
protected internal static Array FindAll(
	Type targetType,
	Order[] orders,
	params ICriterion[] criteria
)

Parameters

targetType
Type
The The target type.
orders
array<Order>[]()
An Array of Order objects.
criteria
array<ICriterion>[]()
The criteria expression

Return Value

The Array of results.

See Also