You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: src/T4/OrmLite.Poco.tt
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
bool CreateAutoQueryTypes = false; //if true: Will create <TypeName>Query types with all possible search fields explicitly typed
14
14
bool AddNamedConnection = false; //if true: Adds NamedConnection attribute so AutoQuery will override default IDbConnection
15
15
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
0 commit comments