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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
//ProviderName = "System.Data.SqlServerCe.4.0";
14
14
15
15
Namespace = "EntityFramework_Reverse_POCO_Generator.SqlCe4"; // Override the default namespace here
16
-
DbContextName = "MyDbContextSqlCE4";
16
+
DbContextName = "MyDbContextSqlCE4"; // Note: If generating separate files, please give the db context a different name from this tt filename.
17
17
//DbContextInterfaceName = "IMyDbContextSqlCE4"; // Defaults to "I" + DbContextName or set string empty to not implement any interface.
18
18
DbContextInterfaceBaseClasses = "System.IDisposable"; // Specify what the base classes are for your database context interface
19
19
DbContextBaseClass = "System.Data.Entity.DbContext"; // Specify what the base class is for your DbContext. For ASP.NET Identity use "IdentityDbContext<ApplicationUser>"
Copy file name to clipboardExpand all lines: EntityFramework.Reverse.POCO.Generator/Database.tt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
//ProviderName = "System.Data.SqlClient";
14
14
15
15
// Namespace = ""; // Override the default namespace here
16
-
DbContextName = "MyDbContext";
16
+
DbContextName = "MyDbContext"; // Note: If generating separate files, please give the db context a different name from this tt filename.
17
17
//DbContextInterfaceName = "IMyDbContext"; // Defaults to "I" + DbContextName or set string empty to not implement any interface.
18
18
DbContextInterfaceBaseClasses = "System.IDisposable"; // Specify what the base classes are for your database context interface
19
19
DbContextBaseClass = "System.Data.Entity.DbContext"; // Specify what the base class is for your DbContext. For ASP.NET Identity use "IdentityDbContext<ApplicationUser>"
0 commit comments