AppendFilterBetween(String,Boolean,Int32,Int32) Method
Name of the field the filter will be constraining.
true if desired rows fall between the two values
value on the left side of the between clause
value on the right side of the between clause
Adds a specialized filter to constrain the results of an FCGeneric Query to be between two Integer values.
Syntax
'Declaration
Public Overloads Sub AppendFilterBetween( _
ByVal _fieldName_ As String, _
ByVal _isBetween_ As Boolean, _
ByVal _value1_ As Integer, _
ByVal _value2_ As Integer _
)
public void AppendFilterBetween(
string _fieldName_,
bool _isBetween_,
int _value1_,
int _value2_
)
Parameters
fieldName
Name of the field the filter will be constraining.
isBetween
true if desired rows fall between the two values
value1
value on the left side of the between clause
value2
value on the right side of the between clause
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family