Responder Developer Guide
TransformRow Method


Syntax
'Declaration
 
Protected Function TransformRow( _
   ByVal inRow As DataRow, _
   ByVal outRow As DataRow _
) As DataRow
'Usage
 
Dim instance As DataSetTransformation
Dim inRow As DataRow
Dim outRow As DataRow
Dim value As DataRow
 
value = instance.TransformRow(inRow, outRow)
protected DataRow TransformRow( 
   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

DataSetTransformation Class
DataSetTransformation Members

 

 


Send Comment