Densen.FreeSql.Extensions.BootstrapBlazor
7.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Densen.FreeSql.Extensions.BootstrapBlazor --version 7.2.0
NuGet\Install-Package Densen.FreeSql.Extensions.BootstrapBlazor -Version 7.2.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="Densen.FreeSql.Extensions.BootstrapBlazor" Version="7.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Densen.FreeSql.Extensions.BootstrapBlazor" Version="7.2.0" />
<PackageReference Include="Densen.FreeSql.Extensions.BootstrapBlazor" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Densen.FreeSql.Extensions.BootstrapBlazor --version 7.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Densen.FreeSql.Extensions.BootstrapBlazor, 7.2.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.
#:package Densen.FreeSql.Extensions.BootstrapBlazor@7.2.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Densen.FreeSql.Extensions.BootstrapBlazor&version=7.2.0
#tool nuget:?package=Densen.FreeSql.Extensions.BootstrapBlazor&version=7.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BootstrapBlazor的FreeSql数据注入服务扩展包
FreeSql ORM 的 IDataService 数据注入服务接口实现
/// <summary>
/// 查询方法
/// </summary>
/// <param name="option"></param>
/// <returns></returns>
public override Task<QueryData<TModel>> QueryAsync(QueryPageOptions option)
/// <summary>
/// 查询方法
/// </summary>
/// <param name="option"></param>
/// <param name="WhereCascade">附加查询条件使用and结合</param>
/// <param name="IncludeByPropertyNames">附加IncludeByPropertyName查询条件</param>
/// <param name="LeftJoinString">左联查询,使用原生sql语法,LeftJoin("type b on b.id = a.id")</param>
/// <param name="OrderByPropertyName">强制排序,但是手动排序优先</param>
/// <param name="WhereCascadeOr">附加查询条件使用or结合</param>
/// <returns></returns>
public Task<QueryData<TModel>> QueryAsyncWithWhereCascade(
QueryPageOptions option,
DynamicFilterInfo WhereCascade = null,
List<string> IncludeByPropertyNames = null,
string LeftJoinString = null,
List<string> OrderByPropertyName = null,
List<string> WhereCascadeOr = null)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- BootstrapBlazor.Table.ImportExportsService (>= 7.2.0)
- Densen.Extensions.BootstrapBlazor (>= 7.2.0)
- FreeSql.Extensions.JsonMap (>= 3.2.687)
- FreeSql.Repository (>= 3.2.687)
- Newtonsoft.Json (>= 13.0.2)
-
net7.0
- BootstrapBlazor.Table.ImportExportsService (>= 7.2.0)
- Densen.Extensions.BootstrapBlazor (>= 7.2.0)
- FreeSql.Extensions.JsonMap (>= 3.2.687)
- FreeSql.Repository (>= 3.2.687)
- Newtonsoft.Json (>= 13.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Densen.FreeSql.Extensions.BootstrapBlazor:
| Package | Downloads |
|---|---|
|
BootstrapBlazor.Table.Freesql
BootstrapBlazor 的 Table 扩展 |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Densen.FreeSql.Extensions.BootstrapBlazor:
| Repository | Stars |
|---|---|
|
densen2014/BlazorMaui
用 c # 和 Razor 创建本机移动应用和桌面应用。使用 Blazor.BB.Maui,可以快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS 的应用。
|
|
|
densen2014/BlazorHybrid
关于BlazorHybrid的一切研究. 用 c # 和 Razor 创建本机移动应用和桌面应用。快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS、Linux 的应用。
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 157 | 12/27/2025 |
| 9.4.0 | 345 | 4/4/2025 |
| 9.3.1 | 255 | 2/6/2025 |
| 9.3.0 | 198 | 2/2/2025 |
| 9.2.0 | 220 | 2/2/2025 |
| 9.1.9 | 210 | 2/2/2025 |
| 9.1.2 | 360 | 12/22/2024 |
| 9.0.1 | 202 | 12/22/2024 |
| 9.0.0 | 277 | 11/13/2024 |
| 8.10.5 | 276 | 10/16/2024 |
| 8.10.4 | 243 | 10/16/2024 |
| 8.7.5 | 208 | 7/30/2024 |
| 8.7.1 | 292 | 7/7/2024 |
| 8.7.0 | 204 | 7/1/2024 |
| 8.6.0 | 237 | 6/5/2024 |
| 8.4.0 | 508 | 4/6/2024 |
| 8.3.4 | 287 | 3/9/2024 |
| 8.3.2 | 215 | 3/7/2024 |
| 8.3.1 | 228 | 2/26/2024 |
| 7.2.0 | 465 | 2/23/2023 |
Loading failed