Hi,

Is there a way to update a vertex to add a new field after it is created?

Right now, I am doing.
ODocument myVertex;
myVertex = database.createVertex("TestVertex");
myVertex.field("firstLable", someText);

Is it possible to add new *Fields * to "TestVertex" after it is created?

Thanks

-- 

--- 
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/groups/opt_out.

Reply via email to