Gets the first bound for this filter.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public double Bound1 { get; }
Visual Basic (Declaration)
Public ReadOnly Property Bound1 As Double
Visual C++
public:
property double Bound1 {
	double get ();
}

Remarks

For comparison filters, this bound is the value against which a record attribute will be compared. For between filters, this is the lower bound of the range.

See Also