|
 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
 |