Skip to content

Commit 9a2ad91

Browse files
authored
Set string empty to not implement any interface
Comment: set string empty to not implement any interface.
1 parent 1bb39d6 commit 9a2ad91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntityFramework.Reverse.POCO.Generator/Database.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// Namespace = ""; // Override the default namespace here
1616
DbContextName = "MyDbContext";
17-
//DbContextInterfaceName = "IMyDbContext"; //Defaults to "I" + DbContextName
17+
//DbContextInterfaceName = "IMyDbContext"; //Defaults to "I" + DbContextName or set string empty to not implement any interface.
1818
DbContextInterfaceBaseClasses = "System.IDisposable"; // Specify what the base classes are for your database context interface
1919
DbContextBaseClass = "System.Data.Entity.DbContext"; // Specify what the base class is for your DbContext. For ASP.NET Identity use "IdentityDbContext<ApplicationUser>"
2020
//DefaultConstructorArgument = "EnvironmentConnectionStrings.MyDbContext"; //defaults to "Name=" + ConnectionStringName

0 commit comments

Comments
 (0)