AppendFilterInList(String,Boolean,DateTime[]) Method
Name of the field the filter will be constraining.
true if desired values are in the List
Array of values to filter on
Adds a filter to constrain the results of an FCGeneric Query against a list of possible DateTime values**.**
Syntax
'Declaration
Public Overloads Sub AppendFilterInList( _
ByVal _fieldName_ As String, _
ByVal _isIn_ As Boolean, _
ByVal ParamArray _list_() As Date _
)
public void AppendFilterInList(
string _fieldName_,
bool _isIn_,
params DateTime\[\] _list_
)
Parameters
fieldName
Name of the field the filter will be constraining.
isIn
true if desired values are in the List
list
Array of values to filter on
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family