Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 9e0ed2a

Browse files
committed
Update OrmLite.Core.ttinclude
Added back namespace field which is relied on by OrmLite.Poco.tt
1 parent be98ea6 commit 9e0ed2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/T4/OrmLite.Core.ttinclude

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
*/
8282

8383
string ConnectionStringName = "";
84+
string Namespace = "";
8485
string ClassPrefix = "";
8586
string ClassSuffix = "";
8687
string SchemaName = null;
@@ -2605,4 +2606,4 @@ class Manager {
26052606
/*
26062607
End of Manager.tt
26072608
*/
2608-
#>
2609+
#>

0 commit comments

Comments
 (0)