Property ListFilter
- Namespace
- Innova.Prism.Library.ClassDefinitions
- Assembly
- Innova.Prism.Library.dll
ListFilter
Gets or sets the filter expression for the list query.
public virtual Expression<Func<T, bool>> ListFilter { get; set; }
Property Value
- Expression<Func<T, bool>>