Returns all instances found for the specified type according to the 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, DetachedCriteria detachedCriteria, params Order[] orders ) |
Parameters
- targetType
- Type
The target type.
- detachedCriteria
- DetachedCriteria
The criteria.
- orders
- array<Order>[]()
An Array of Order objects.
Return Value
The Array of results.
See Also
ActiveRecordBase Class
Castle.ActiveRecord Namespace