yasser777 / nettiers

Automatically exported from code.google.com/p/nettiers
0 stars 0 forks source link

NetTier 2.3.1 Code Method Generation Issue for .Net 4.0 Framework #401

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When there is a self relation with the table in MSSQL the methods/functions 
were created with same name and hence could not build the code !!

What is the expected output? What do you see instead?
It should create a method such that it handles the self relationship in MSSQL 
Database

What version of .netTiers and CodeSmith are you using?
CodeSmith : 5.2.2 
NetTier : 2.3.1

Please provide any additional information below.
I have a product table and i am mapping the parent product id in the same table 
in this case there is a Self Relation for that particular table. Now if i 
generate the DAL it does not work properly. It creates the same methods and 
function and i could not build the code. Please advise.

Original issue reported on code.google.com by eli...@zionwebtech.com on 29 Sep 2011 at 10:58