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