Hi,
 Is there anything similar to offline or detached document traversing in 
ODocument that returned from a Select query in OrientDB for Document API?

For example, something like filling up DataSet in .NET so the connection to 
database is no longer required as shown below:

        Dim MyCom As New OleDb.OleDbCommand(SqlStatment, OrclConn)
        Dim MyDataAdapt As New OleDb.OleDbDataAdapter
        MyDataAdapt.SelectCommand = MyCom
        MyDataAdapt.Fill(vDataSet, Query_Table_Name)


Thanks,
Noorul

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to