Applies the modifiers added with AddModifier(IQueryModifier).
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
protected void ApplyModifiers( IQuery query ) |
Parameters
- query
- IQuery
The query in which to apply the modifiers
Remarks
This method is not called automatically
by ActiveRecordBaseQuery, but is called from
HqlBasedQuery.
See Also
ActiveRecordBaseQuery Class
Castle.ActiveRecord Namespace