Responder Developer Guide
LoadRelatedRows(DataSession,DataRow,String,DataRowVersion) Method


Syntax
'Declaration
 
Public Overloads Function LoadRelatedRows( _
   ByVal session As DataSession, _
   ByVal originRow As DataRow, _
   ByVal relationName As String, _
   ByVal version As DataRowVersion _
) As DataLoaderResults
'Usage
 
Dim instance As DataLoader
Dim session As DataSession
Dim originRow As DataRow
Dim relationName As String
Dim version As DataRowVersion
Dim value As DataLoaderResults
 
value = instance.LoadRelatedRows(session, originRow, relationName, version)
public DataLoaderResults LoadRelatedRows( 
   DataSession session,
   DataRow originRow,
   string relationName,
   DataRowVersion version
)

Parameters

session
originRow
relationName
version
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
Overload List

 

 


Send Comment