Overload | Description |
---|---|
AppendFilterBetween(String,Boolean,Int32,Int32) | Adds a specialized filter to constrain the results of an FCGeneric Query to be between two Integer values. |
AppendFilterBetween(String,Boolean,Decimal,Decimal) | Adds a specialized filter to constrain the results of an FCGeneric Query to be between two Decimal values. |
AppendFilterBetween(String,Boolean,DateTime,DateTime) | Adds a specialized filter to constrain the results of an FCGeneric Query to be between two DateTime values. |
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
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family