Responder Developer Guide
AreSameRows Method


Syntax
'Declaration
 
Public Shared Function AreSameRows( _
   ByVal firstRow As DataRow, _
   ByVal secondRow As DataRow _
) As Boolean
'Usage
 
Dim firstRow As DataRow
Dim secondRow As DataRow
Dim value As Boolean
 
value = DataSetConfig.AreSameRows(firstRow, secondRow)
public static bool AreSameRows( 
   DataRow firstRow,
   DataRow secondRow
)

Parameters

firstRow
secondRow
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