Gets the second bound for this filter. This will be null unless Operator is Between or GeocodeBetween.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public Nullable<double> Bound2 { get; }
Visual Basic (Declaration)
Public ReadOnly Property Bound2 As Nullable(Of Double)
Visual C++
public:
property Nullable<double> Bound2 {
	Nullable<double> get ();
}

See Also