Miner.Data.Access.Interfaces Namespace > IDataLoader Interface > LoadRelatedDataInOneDirection Method : LoadRelatedDataInOneDirection(DataSession,DataRowCollection,String) Method |
'Declaration
Overloads Function LoadRelatedDataInOneDirection( _ ByVal session As DataSession, _ ByVal originRows As System.Data.DataRowCollection, _ ByVal relationName As System.String _ ) As DataLoaderResults
'Usage
Dim instance As IDataLoader Dim session As DataSession Dim originRows As System.Data.DataRowCollection Dim relationName As System.String Dim value As DataLoaderResults value = instance.LoadRelatedDataInOneDirection(session, originRows, relationName)
DataLoaderResults LoadRelatedDataInOneDirection( DataSession session, System.Data.DataRowCollection originRows, System.string relationName )
function LoadRelatedDataInOneDirection( session: DataSession; originRows: System.Data.DataRowCollection; relationName: System.String ): DataLoaderResults;
function LoadRelatedDataInOneDirection( session : DataSession, originRows : System.Data.DataRowCollection, relationName : System.String ) : DataLoaderResults;
DataLoaderResults* LoadRelatedDataInOneDirection( DataSession* session, System.Data.DataRowCollection* originRows, System.string* relationName )
DataLoaderResults^ LoadRelatedDataInOneDirection( DataSession^ session, System.Data.DataRowCollection^ originRows, System.String^ relationName )
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