IRowOperationInterceptor.ListRows method
namespace: Serenity.Data assembly: Serenity.Net.Services
Intercepts EntityConnectionExtensions.List and Count methods.
public OptionalValue<IList> ListRows(Type rowType, ICriteria where, Action<SqlQuery> editQuery,
bool countOnly)
| parameter | description |
|---|---|
| rowType | Type of the row |
| where | The where criteria. |
| editQuery | The edit query callback. |
| countOnly | True if intercepting Count method. |
See Also
- struct OptionalValue<T>
- interface ICriteria
- class SqlQuery
- interface IRowOperationInterceptor