OQL statement includes Select statement, Update statement, Insert statement and Delete statement.
These four kinds of OQL statements correspond to the Select, Update, Insert and Delete of SQL-92 respectively.
Based on the style of cascading expression and infix expression, the writing style of OQL statement is exactly the same as that of SQL-92. Being well designed, OQL.NET can provide precise context help for OQL in IDE.
The SQL statement generated through OQL.NET has a good format.
Related Topics
Select Statement
Update Statement
Insert Statement
Delete Statement