Suoranta.EnterpriseLib.Web - Developer API

ValueFilter<(Of <(<'TValue>)>)>..::..SourceTransformer Property

Optional expression applied to source (table column) values before evaluation against FilterValue. For instance, transformer can be used to normalize DateTime objects to include only date component. Transformers do not modify entities themselves.

Namespace:  Suoranta.EnterpriseLib.Linq.Filters
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public Expression<Func<TValue, TValue>> SourceTransformer { get; set; }