Info
Version: | 2.0.0 |
Author(s): | StaTypPocoQueries.AsyncPoco |
Last Update: | Thursday, June 2, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/d-p-y/statically-typed-poco-queries |
NuGet Url: | https://www.nuget.org/packages/StaTypPocoQueries.AsyncPoco |
Install
Install-Package StaTypPocoQueries.AsyncPoco
dotnet add package StaTypPocoQueries.AsyncPoco
paket add StaTypPocoQueries.AsyncPoco
StaTypPocoQueries.AsyncPoco Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- StaTypPocoQueries.Core(>= 1.11.0)
- AsyncPoco(>= 2.0.1)
- FSharp.Core(>= 4.5.4)
- StaTypPocoQueries.Core(>= 1.11.0)
- AsyncPoco(>= 2.0.1)
- FSharp.Core(>= 4.5.4)
Tags
It translates Linq Expressions to SQL 'where' clause. Makes it safer to work with AsyncPoco.
Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc.