Responder Developer Guide
CompareRows Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Array of column names to be compared. Columns will be processed in this order until an inequality is found.
Compares two rows for sorting, based on a list of columns.
Syntax
'Declaration
 
Public Shared Function CompareRows( _
   ByVal firstRow As DataRow, _
   ByVal secondRow As DataRow, _
   ByVal compareColumns() As String _
) As Integer
'Usage
 
Dim firstRow As DataRow
Dim secondRow As DataRow
Dim compareColumns() As String
Dim value As Integer
 
value = DataSetConfig.CompareRows(firstRow, secondRow, compareColumns)
public static int CompareRows( 
   DataRow firstRow,
   DataRow secondRow,
   string[] compareColumns
)

Parameters

firstRow
secondRow
compareColumns
Array of column names to be compared. Columns will be processed in this order until an inequality is found.
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