Fix bug on the generator for VB project genrate the namespace.
Suggest VB users update.
ORDesigner V2.3.0 Change Log:
Supports windows X64.
Can run under Win7 with UAC, use previous version need to disable the UAC
You can import attribute classes from a assembly to the Attribute Editor.
Usage:
Import Attribute Classes
In the Attribute Editor dialog, click the Customize button.
In the popup dialog, click the Add Assembly button to append one or more assemblies
to the assembly list,then choose the one or more attribute classes in the assembly.
Remove Assembly
Choose a assembly and the press Delete button to delete a assembly from the list.
ORDesigner V2.2.X Change Log:
Integrate the T4 template support.
Usage:
Disable the original code generater. Choose the model file in the Solution Explorer,
and set the Custom Tool property as empty.
Right click the project or folder. In the popup menu, select the Add ALinq Template
menu, in the children menu, choose the template file you want to use. Now we choose
the Entities.tt template file.
(If the XmlMapping.tt and Entities.tt menu item do not display, please open a
model file(*.admf ). )
Choose the model file. In the popup dialog, choose a model file in your project
and then click OK button.
Generated files.
Template Folder:
Right click the project. In the popup menu, click Open Template File Folder menu
item.
The template files in the CS folder only apply on C# project, and the template files
in VB folder only apply on VB project. You can append, delete or modify the template
files in the folder.After you create or delete a template file, you need to restart
the visual studio.
The Template Document Object Model. Click
here to see the DOM classes and members
If you have any question or suggest about how to use the template files, feed free
to concat us (Email: support@alinq.org).
Support for ASP.Net Dynamic Data.
Usage:
Click File -> New -> Project menu item to create a project, Choose the Dynamic Data
ALinq Web Application project item.