Show / Hide Table of Contents

AppendFilterInList(String,Boolean,Int32[]) 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 Integer values**.**

Syntax

'Declaration

Public Overloads Sub AppendFilterInList( _
   ByVal _fieldName_ As String, _
   ByVal _isIn_ As Boolean, _
   ByVal ParamArray _list_() As Integer _
) 
public void AppendFilterInList( 
   string _fieldName_,
   bool _isIn_,
   params int\[\] _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 2003 family

Reference

FCGeneric Class
FCGeneric Members
Overload List

Back to top © 2018 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.