codesmithtools / Templates

CodeSmith Generator Templates
http://www.codesmithtools.com/product/generator
54 stars 35 forks source link

Customizing entity class name (prefix with schema name if there are multiple schema) #608

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
If we have same table name under different schemas then Plinqo generate entity 
class names as class, class1, class2 etc.

For Example:
We have Customer.Settings and User.Settings tables in our database. Plinqo 
generate these as Settings and Settings1 right now.

But I would like to have CustomerSettings and UserSettings as class names 
instead. 

In other words I would like to have the class name prefixed with schema.

What version of the product are you using?
Plinqo 5.0.4

Please provide any additional information below.
Please refer thread: 
http://community.codesmithtools.com/Template_Frameworks/f/66/t/12344.aspx

Original issue reported on code.google.com by jsraj...@gmail.com on 17 Nov 2011 at 11:00

GoogleCodeExporter commented 9 years ago
Hello,

After further review, this appears to be the same request of Issue 144. I've 
merged these issues and stared issue 144.

Original comment by bniemyjski on 28 Nov 2011 at 2:35