You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EntityFramework.Reverse.POCO.Generator/Database NorthwindSqlCe40.tt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
15
15
Namespace = "EntityFramework_Reverse_POCO_Generator.SqlCe4"; // Override the default namespace here
16
16
DbContextName = "MyDbContextSqlCE4";
17
+
//DbContextInterfaceName = "IMyDbContextSqlCE4"; // Defaults to "I" + DbContextName or set string empty to not implement any interface.
17
18
DbContextInterfaceBaseClasses = "System.IDisposable"; // Specify what the base classes are for your database context interface
18
19
DbContextBaseClass = "System.Data.Entity.DbContext"; // Specify what the base class is for your DbContext. For ASP.NET Identity use "IdentityDbContext<ApplicationUser>"
19
20
//DefaultConstructorArgument = "EnvironmentConnectionStrings.MyDbContext"; //defaults to "Name=" + ConnectionStringName
0 commit comments