Info
Version: | 2.0.0 |
Author(s): | StaTypPocoQueries.AsyncPocoDpy |
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.AsyncPocoDpy |
Install
Install-Package StaTypPocoQueries.AsyncPocoDpy
dotnet add package StaTypPocoQueries.AsyncPocoDpy
paket add StaTypPocoQueries.AsyncPocoDpy
StaTypPocoQueries.AsyncPocoDpy Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- StaTypPocoQueries.Core(>= 1.11.0)
- AsyncPocoDpy(>= 1.0.0)
- FSharp.Core(>= 4.5.4)
- StaTypPocoQueries.Core(>= 1.11.0)
- AsyncPocoDpy(>= 1.0.0)
- 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.