Responder Developer Guide
TransformIncidentRow Method


Version: 10.2.1a

Resource Center Home

Transforms row from Rx_Incidents_Archive table into row from Rx_Incidents table
Syntax
'Declaration
 
Public Shared Function TransformIncidentRow( _
   ByVal inRow As DataRow, _
   ByVal outRow As DataRow _
) As DataRow
'Usage
 
Dim inRow As DataRow
Dim outRow As DataRow
Dim value As DataRow
 
value = GetResurrectedIncidents.TransformIncidentRow(inRow, outRow)
public static DataRow TransformIncidentRow( 
   DataRow inRow,
   DataRow outRow
)

Parameters

inRow
outRow
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

GetResurrectedIncidents Class
GetResurrectedIncidents Members

 

 


Send Comment