We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d0219c + 5129c13 commit e32be9fCopy full SHA for e32be9f
1 file changed
src/T4/OrmLite.SP.tt
@@ -15,7 +15,7 @@
15
#>
16
<#
17
if (string.IsNullOrEmpty(SPNamespace)) SPNamespace=ConnectionStringName;
18
-if (string.IsNullOrEmpty(SPNamespace)) Namespace="StoredProcedures";
+if (string.IsNullOrEmpty(SPNamespace)) SPNamespace="StoredProcedures";
19
20
using System;
21
using System.Data.Common;
0 commit comments