loresoft / PLINQO.EntityFramework.DbContext

Entity Framework DbContext templates for CodeSmith Generator
7 stars 7 forks source link

Pull Request #2

Closed tobimax closed 1 year ago

tobimax commented 11 years ago

Added Custom Context Class Name

Rather than being forced to use a context name that is names after the database you can specify the context class name.

Added Generated Code Attribute to Generated Classes

To Suppress Code Analysis the following attribute has been added to the Classes and Interfaces of the .Generated Tables.

[System.CodeDom.Compiler.GeneratedCode("CodeSmith", "6.0.0.0")]