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






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

Parameters

session
originRow
relationName
version
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataLoader Class
DataLoader Members
Overload List

Send Feedback