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

Commit

Permalink
Merge pull request #370 from KevinHoward/patch-1
Browse files Browse the repository at this point in the history
Updated OrmLite.SP.tt Text Template ...
  • Loading branch information
mythz committed Apr 9, 2014
2 parents 4d0219c + 5129c13 commit e32be9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/T4/OrmLite.SP.tt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#>
<#
if (string.IsNullOrEmpty(SPNamespace)) SPNamespace=ConnectionStringName;
if (string.IsNullOrEmpty(SPNamespace)) Namespace="StoredProcedures";
if (string.IsNullOrEmpty(SPNamespace)) SPNamespace="StoredProcedures";
#>
using System;
using System.Data.Common;
Expand Down

0 comments on commit e32be9f

Please sign in to comment.