Responder Developer Guide
ArchiveCurrentRow Method


Current row
Archive table
Add currentRow to Archive table
Syntax
'Declaration
 
Protected Sub ArchiveCurrentRow( _
   ByVal currentRow As DataRow, _
   ByVal archiveTable As DataTable _
) 
'Usage
 
Dim instance As ArchiveIncidentDevicesTransformation
Dim currentRow As DataRow
Dim archiveTable As DataTable
 
instance.ArchiveCurrentRow(currentRow, archiveTable)
protected void ArchiveCurrentRow( 
   DataRow currentRow,
   DataTable archiveTable
)

Parameters

currentRow
Current row
archiveTable
Archive table
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

ArchiveIncidentDevicesTransformation Class
ArchiveIncidentDevicesTransformation Members

 

 


Send Comment