OrientDB-NET - Building Queries

When querying a database on OrientDB through your C#/.NET application there are a few options available to you through the ODatabase methods. While you can issue SQL statements through Query() and Command(), there are also methods that allow you to build queries in C#: Insert(), Select(), and Update()

These queries support common conditional and grouping methods to organize the data before OrientDB returns it to your application.