Responder Developer Guide
RefreshOriginalValues Method


Version: 10.2.1a

Resource Center Home

The database session (connection/transaction)
The DataRow to refresh.
Overwrites the 'original values' in the DataRow with the current values from the database.
Syntax
'Declaration
 
Public Sub RefreshOriginalValues( _
   ByVal session As DataSession, _
   ByVal row As DataRow _
) 
'Usage
 
Dim instance As DataLoader
Dim session As DataSession
Dim row As DataRow
 
instance.RefreshOriginalValues(session, row)
public void RefreshOriginalValues( 
   DataSession session,
   DataRow row
)

Parameters

session
The database session (connection/transaction)
row
The DataRow to refresh.
Remarks
The row information is retrieved from the database by means of the primary key collection on the row's parent table. This means that the primary key collection of the row's parent DataTable MUST be populated for this function to work.
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

DataLoader Class
DataLoader Members

 

 


Send Comment