Densen.FreeSql.Extensions.BootstrapBlazor 7.2.0

There is a newer version of this package available.
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" />
                    
Directory.Packages.props
<PackageReference Include="Densen.FreeSql.Extensions.BootstrapBlazor" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Densen.FreeSql.Extensions.BootstrapBlazor&version=7.2.0
                    
Install as a Cake Tool

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 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.

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
9.4.0 185 4/4/2025
9.3.1 163 2/6/2025
9.3.0 120 2/2/2025
9.2.0 121 2/2/2025
9.1.9 124 2/2/2025
9.1.2 240 12/22/2024
9.0.1 112 12/22/2024
9.0.0 149 11/13/2024
8.10.5 167 10/16/2024
8.10.4 137 10/16/2024
8.7.5 145 7/30/2024
8.7.1 192 7/7/2024
8.7.0 124 7/1/2024
8.6.0 142 6/5/2024
8.4.0 417 4/6/2024
8.3.4 184 3/9/2024
8.3.2 140 3/7/2024
8.3.1 153 2/26/2024
8.3.0 156 2/25/2024
8.2.3 151 2/12/2024
8.2.2 164 2/9/2024
8.2.1 138 2/9/2024
8.2.0 146 2/5/2024
8.1.13 139 1/31/2024
8.1.12 175 1/20/2024
8.1.11 125 1/19/2024
8.1.10 158 1/18/2024
8.1.8 499 1/15/2024
8.1.7 141 1/14/2024
8.1.6 137 1/12/2024
8.1.5 148 1/12/2024
8.1.4 166 1/8/2024
8.0.4 160 1/8/2024
8.0.3 149 1/8/2024
8.0.2 138 1/8/2024
8.0.1 163 1/4/2024
8.0.0 265 11/15/2023
7.10.4 428 9/3/2023
7.10.3 191 9/3/2023 7.10.3 is deprecated because it has critical bugs.
7.10.2 206 9/3/2023 7.10.2 is deprecated because it has critical bugs.
7.10.1 196 9/2/2023
7.8.0 255 7/15/2023
7.7.9 278 6/12/2023
7.7.8 272 6/7/2023
7.7.7 224 6/6/2023
7.7.5 212 6/3/2023
7.7.4-beta02 183 6/3/2023
7.7.3 179 6/3/2023
7.7.1 211 6/2/2023
7.7.0 227 6/2/2023
7.2.3 1,382 3/20/2023
7.2.2 436 3/20/2023
7.2.1 1,110 2/24/2023
7.2.0 340 2/23/2023
7.1.1 498 1/30/2023
7.1.0 409 1/14/2023
7.0.0 461 11/9/2022
6.8.0 755 8/3/2022
6.7.0 479 8/3/2022
6.5.0 709 4/30/2022
6.4.0 523 4/29/2022
6.3.2 572 3/23/2022
6.0.2 441 12/21/2021
6.0.0 373 12/20/2021
0.0.5 459 4/12/2021
0.0.4 441 2/4/2021