fcSDK Documentation
AppendFilterInList Method

Adds a filter to constrain the results of an FCGeneric Query against a list of possible Integer values.
Adds a filter to constrain the results of an FCGeneric Query against a list of possible values.
Overload List
OverloadDescription
AppendFilterInList(String,Boolean,Int32[])Adds a filter to constrain the results of an FCGeneric Query against a list of possible Integer values.  
AppendFilterInList(String,Boolean,Decimal[])Adds a filter to constrain the results of an FCGeneric Query against a list of possible Decimal values.  
AppendFilterInList(String,Boolean,DateTime[])Adds a filter to constrain the results of an FCGeneric Query against a list of possible DateTime values.  
AppendFilterInList(String,Boolean,String[])Adds a filter to constrain the results of an FCGeneric Query against a list of possible String values.  
Remarks

Filters are a powerful feature that make it easy to limit the rows returned by a Query. You may call filter methods multiple times resulting in each successive filter further constraining the rows returned.

You can call ClearFilters to remove all the filters being applied to a FCGeneric.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

FCGeneric Class
FCGeneric Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.