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

Commit 011624a

Browse files
committed
Merge pull request #510 from bogdangrigg/master
Fix small typo
2 parents 3388ebb + 970f889 commit 011624a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/T4/OrmLite.Poco.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
bool CreateAutoQueryTypes = false; //if true: Will create <TypeName>Query types with all possible search fields explicitly typed
1414
bool AddNamedConnection = false; //if true: Adds NamedConnection attribute so AutoQuery will override default IDbConnection
1515
bool IncludeReferences = false; //if true: Addes References(typeof(ReferenceTableType)) to FKs
16-
string UseSpecificNamedConnection = ""; //if not null: Will use name provided as NamedConnecftion and AddNamedConnection = true, else ConnectionStringName is used as default NamedConnection
16+
string UseSpecificNamedConnection = ""; //if not null: Will use name provided as NamedConnection and AddNamedConnection = true, else ConnectionStringName is used as default NamedConnection
1717
// Read schema
1818
var tables = LoadTables(MakeSingular);
1919

0 commit comments

Comments
 (0)