Property GetRecordFilterFunc
- Namespace
 - Innova.Prism.Infrastructure.Interfaces
 
- Assembly
 - Innova.Prism.Infrastructure.dll
 
GetRecordFilterFunc
Gets or sets the function to retrieve the record filter.
Func<IEnumerable<object>> GetRecordFilterFunc { get; set; }
Property Value
- Func<IEnumerable<object>>