'Declaration
Public Sub SetLowerValue( _ ByVal val As Nullable(Of T), _ ByVal applyFilter As Boolean _ )
public void SetLowerValue( Nullable<T> val, bool applyFilter )
Parameters
- val
- The lower filter value.
- applyFilter
- The value indicating whether the filter should be automatically applied.