Hi,

Ok now it creates a class and property, how to set values to the properties
now. Can you share the sample code with creating class and property along
with setting values to those properties.

Is there any concern with setting values directly to the property, without
physically creating them.

Please let me know

Regards
Muthu

On Thursday, February 25, 2016, <[email protected]> wrote:

> Hi,
> you can use
>
> OClass department=graph.createVertexType("Department", "V");
>
> department.createProperty("name", OType.STRING);
>
>
> Best regards,
> Alessandro
>
> --
>
> ---
> 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]
> <javascript:_e(%7B%7D,'cvml','orient-database%[email protected]');>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
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