IRowOperationInterceptor.ListRows method

namespace: Serenity.Data   assemblySerenity.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