GLOBAL SITES
 Home > CodeAuto > Macrobject CodeAuto Manual
CodeAuto Introduction
Import Schema from Database
Edit Data Schema
Synchronize and Merge Schema
Choose a Template for Code Generating
  Macrobject.NObject.C#.2003
  Macrobject.NObject.C#.2005
  Macrobject.NObject.VB.2003
  Macrobject.NObject.VB.2005
  Macrobject.OQL.NET.C#.2003
  Macrobject.OQL.NET.C#.2005
  Macrobject.OQL.NET.VB.2003
  Macrobject.OQL.NET.VB.2005
  Macrobject.DObject
  Microsoft Access Scripts
  Microsoft SQL Server Scripts

5.1    Macrobject.NObject.C#.2003

Function:

Generating Macrobject NObject persistence layer for C# 2003.

Parameters are as follows:

Name

Descriptions

TargetPath

Target path

NameSpace

The basic namespace of the generated NObject persistence layer framework

SchemaName

The schema name of the generated OQL.NET query framework.

One application can have more than one database schema. SchemaName is used to name these schemas. (It is recommended to use brief abbreviation. For instance, using NW to represent Northwind). Thus, it will be easy to access the query class in different schemas. (E.g. NW.Order and AC.User etc.)

GroupBySchema

Whether to group according to (database) Schema

CreateProject

Whether to generate a project

OverwriteProject

Whether to overwrite the existing project

ProjectGuid

Generate GUID for project

 

Related Topics

Choose a Template for Code Generating