Name | Description |
---|---|
DeleteOperation | Represents aa delete operation against the database. |
SelectOperationBuilder | Builds a Select operation into the QueryExecutionPlan by reading the ParseTreeNode. |
UpdateOperation | Represents an update operation against the database. |
UpdateOperationBuilder | Builds an Update operation into the QueryExecutionPlan by reading the ParseTreeNode. |