A specialized list value for a select parameter. The list of items must be of type String, Number, or Date and these values will be substituted in as the select condition on any select that uses the ${var} in the select where the "var" is the key for this value as passed to DataSourceProvider.setMap(). A list with no items is an error.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public Class FilterList
Inherits FilterBase |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FilterList |
Managed Extensions for C++ | |
---|
public __gc class FilterList : public FilterBase |
C++/CLI | |
---|
public ref class FilterList : public FilterBase |
Inheritance Hierarchy
Requirements
Namespace: WindwardInterfaces.net.windward.datasource
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
Assembly: WindwardInterfaces (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardInterfaces\bin\Release\WindwardInterfaces.dll)
See Also