Overload List
| Name | Description | |
|---|---|---|
| FindAll()() |
Returns all instances found for the specified type.
| |
| FindAll(array<ICriterion>[]()) |
Returns all instances found for the specified type
using criterias.
| |
| FindAll(DetachedCriteria, array<Order>[]()) |
Returns all instances found for the specified type according to the criteria
| |
| FindAll(array<Order>[](), array<ICriterion>[]()) |
Returns all instances found for the specified type
using sort orders and criterias.
|
See Also
ActiveRecordMediator<(Of <T>)> Members
Castle.ActiveRecord Namespace