Responder Developer Guide
DatarowDecorator Constructor(DataRow,DataSetConfig)


Version: 10.2.1a

Resource Center Home

The DataRow to be decorated.
The configurator for the DataSet.
Initializes a new instance of the RowDecorator class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataRow As DataRow, _
   ByVal configurator As DataSetConfig _
)
'Usage
 
Dim dataRow As DataRow
Dim configurator As DataSetConfig
 
Dim instance As New DatarowDecorator(dataRow, configurator)
public DatarowDecorator( 
   DataRow dataRow,
   DataSetConfig configurator
)

Parameters

dataRow
The DataRow to be decorated.
configurator
The configurator for the DataSet.
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

DatarowDecorator Class
DatarowDecorator Members
Overload List

 

 


Send Comment