|
Creating Custom Queries using the Query Builder
Add custom functionalities and queries to your application without writing custom code or changing templates
|
|
Working with Transactions
Based on the AdventureWorks database, we are going to write code to create an Employee. An Employee requires the creation of a Contact and optionally, an Address. We will use a Transaction to ensure that the process succeeeds or fails as one action.
|
|
Code Processing Instructions Overview
Processing Instructions are one of the ways to customize OxyGen Code Generator output
|
|
Processing Instructions Batch Operations
Speed up some of your configuration tasks with Batch Operations
|
|
Intercepting Generated Code
Intercepts maybe used to change the outcome of generated code execution. In this example, we will use Intercepts to ensure that Employees are at least 18 years old.
|
|
Configuring a stored procedure that returns multiple result-sets
See how to configure a stored procedure that returns multiple result-sets (from multiple select statements). As an alternative, you may use the stored procedure configuration wizard. The tables, ProductModel and ProductReview are from the AdventureWorks database.
|
|
Detailed OCMS Overview
Get a detailed look at OxyGen Code Management Studio (OCMS), including the addin and Processing Instruction Configuration
|
|
Overview of Db and Virtual Schemas
Examining the effects of using Db and Virtual Schems
|