AppendFilterBetween(String,Boolean,DateTime,DateTime) 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 DateTime values.
Syntax
'Declaration
Public Overloads Sub AppendFilterBetween( _
ByVal _fieldName_ As String, _
ByVal _isBetween_ As Boolean, _
ByVal _value1_ As Date, _
ByVal _value2_ As Date _
)
public void AppendFilterBetween(
string _fieldName_,
bool _isBetween_,
DateTime _value1_,
DateTime _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