LinqBuilder.EF6
3.1.0
dotnet add package LinqBuilder.EF6 --version 3.1.0
NuGet\Install-Package LinqBuilder.EF6 -Version 3.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LinqBuilder.EF6" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqBuilder.EF6 --version 3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LinqBuilder.EF6, 3.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LinqBuilder.EF6 as a Cake Addin #addin nuget:?package=LinqBuilder.EF6&version=3.1.0 // Install LinqBuilder.EF6 as a Cake Tool #tool nuget:?package=LinqBuilder.EF6&version=3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LinqBuilder.EF6
LinqBuilder.EF6 packages extends the following extensions to support ISpecification
.
bool result = await _sampleContext.Entities.AnyAsync(specification);
bool result = await _sampleContext.Entities.AllAsync(specification);
int result = await _sampleContext.Entities.CountAsync(specification);
Entity result = await _sampleContext.Entities.FirstAsync(specification);
Entity result = await _sampleContext.Entities.FirstOrDefaultAsync(specification);
Entity result = await _sampleContext.Entities.SingleAsync(specification);
Entity result = await _sampleContext.Entities.SingleOrDefaultAsync(specification);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- EntityFramework (>= 6.4.4)
- LinqBuilder (>= 3.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 131 | 5/5/2024 |
3.0.1 | 264 | 10/18/2023 |
3.0.0 | 138 | 10/17/2023 |
2.1.2 | 477 | 4/14/2022 |
2.1.1 | 428 | 4/13/2022 |
2.1.0 | 414 | 4/13/2022 |
2.0.0 | 415 | 1/19/2021 |
1.0.1 | 6,343 | 11/3/2020 |
1.0.0 | 424 | 11/3/2020 |
0.16.1 | 580 | 8/29/2019 |
0.15.0 | 745 | 12/4/2018 |
0.14.0 | 725 | 12/3/2018 |
0.13.0 | 1,092 | 9/17/2018 |
0.12.1 | 1,165 | 7/18/2018 |
0.12.0 | 829 | 7/18/2018 |
0.11.1 | 829 | 7/18/2018 |
0.11.0 | 1,014 | 6/24/2018 |
0.10.0 | 880 | 6/24/2018 |
0.9.1 | 857 | 6/11/2018 |
0.9.0 | 930 | 6/7/2018 |
0.8.2 | 934 | 6/5/2018 |