Skip to content

Commit 18f9ea5

Browse files
authored
Merge pull request #190 from cux/patch-4
Set string empty to not implement any interface
2 parents 1bb39d6 + 9a2ad91 commit 18f9ea5

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)