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
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@
8
8
9
9
Because StaTypPocoQueries.Core includes support for F# quotations, bringing FSharp.Core along for the ride, this library supports those as well.
10
10
11
-
Note that the NuGet package include its own copy of StaTypPocoQueries.Core, rather than referencing that library's NuGet package. This is so that the package can target .NET 4.5 as well as .NET Standard 2.0 (the published NuGet for StaTypPocoQueries.Core is .NET Standard only). The private version also uppercases reserved words in the generated SQL that are lowercased in the published version.
12
-
13
11
## Usage
14
12
15
13
These examples assume that `Database.EnableAutoSelect == true`, so that the `SELECT` (or `DELETE`) portion of the SQL command is generated for you based on your POCO class. For this reason, the library cannot be used with `dynamic`.
0 commit comments