Responder Developer Guide
GetFilterCriteria Method


Version: 10.2.1a

Resource Center Home

The DataRow containing the filter criteria.
Creates a list of criteria for filtering a table, based on the values stored in a DataRow.
Syntax
'Declaration
 
Public Shared Function GetFilterCriteria( _
   ByVal dataRow As DataRow _
) As Hashtable
'Usage
 
Dim dataRow As DataRow
Dim value As Hashtable
 
value = DataSetConfig.GetFilterCriteria(dataRow)
public static Hashtable GetFilterCriteria( 
   DataRow dataRow
)

Parameters

dataRow
The DataRow containing the filter criteria.

Return Value

A hashtable containing criteria in column name/value pairs.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment