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

Commit e32be9f

Browse files
committed
Merge pull request #370 from KevinHoward/patch-1
Updated OrmLite.SP.tt Text Template ...
2 parents 4d0219c + 5129c13 commit e32be9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/T4/OrmLite.SP.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#>
1616
<#
1717
if (string.IsNullOrEmpty(SPNamespace)) SPNamespace=ConnectionStringName;
18-
if (string.IsNullOrEmpty(SPNamespace)) Namespace="StoredProcedures";
18+
if (string.IsNullOrEmpty(SPNamespace)) SPNamespace="StoredProcedures";
1919
#>
2020
using System;
2121
using System.Data.Common;

0 commit comments

Comments
 (0)