Login
Language:
Currency:
VAT Mode:

Select Output Language


The third step in using the DOM Wizard is to select the output language and namespace for your project.

If you select C#, you will be able to enter a default class and a base namespace. If you select VB.Net, you will only be able to enter a default class namespace. As you type, the Default Namespace will be built below the text boxes.

The first time the page is diplayed the Default Class Namespace will contain the database name. You may change this value if you like or accept the default. Namespaces values may not begin with a number, contain special characters or spaces. If any invalid values are entered, the DOM Wizard will warn you of these invalid values.

Enable Linq check box will cause the DOM Wizard to generate code that adds Linq attributes to classes and properties. This will allow you to use Linq queries to populate your objects. Linq requires .Net Framework 3.5. Visual Studio 2005 can use Linq enabled classes but you must install the 3.5 Framework. Visual Studio 2008 installs the 3.5 Framework. If you do not have .Net Framework 3.5 installed, the classes generated by the DOM Wizard will have compile errors.

When you are done, click the Next button.

graphic