LogicBuilder.Kendo.ExpressionExtensions 7.0.0

Prefix Reserved
dotnet add package LogicBuilder.Kendo.ExpressionExtensions --version 7.0.0                
NuGet\Install-Package LogicBuilder.Kendo.ExpressionExtensions -Version 7.0.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="LogicBuilder.Kendo.ExpressionExtensions" Version="7.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LogicBuilder.Kendo.ExpressionExtensions --version 7.0.0                
#r "nuget: LogicBuilder.Kendo.ExpressionExtensions, 7.0.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 LogicBuilder.Kendo.ExpressionExtensions as a Cake Addin
#addin nuget:?package=LogicBuilder.Kendo.ExpressionExtensions&version=7.0.0

// Install LogicBuilder.Kendo.ExpressionExtensions as a Cake Tool
#tool nuget:?package=LogicBuilder.Kendo.ExpressionExtensions&version=7.0.0                

LogicBuilder.Kendo.ExpressionExtensions

LogicBuilder.Kendo.ExpressionExtensions depends on Telerik.UI.for.AspNet.Core but has not been created or maintained by Telerik/Progress. It contains extension methods for creating IQueryable expressions given an instance of Telerik's DataSourceRequest class.

First implement the context, store, repository and service registrations as in LogicBuilder.EntityFrameworkCore.SqlServer.

    //Use the DataSourceRequest helper to get the DataSourceResult.
    ISchoolRepository repository = serviceProvider.GetRequiredService<ISchoolRepository>();
    DataSourceResult result = await request.GetData<StudentModel, Student>(repository);

    public static async Task<DataSourceResult> GetData<TModel, TData>(this DataRequest request, IContextRepository contextRepository)
        where TModel : BaseModelClass
        where TData : BaseDataClass
    {
        return await request.Options.CreateDataSourceRequest().GetDataSourceResult<TModel, TData>
        (
            contextRepository,
            request.SelectExpandDefinition,
            request.Includes.BuildIncludesExpressionCollection<TModel>()
        );
    }

Refer to the data request tests for complete examples.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
7.0.0 96 11/25/2024
6.0.3 96 11/3/2024
6.0.2 133 8/11/2024
6.0.1 353 3/28/2024
6.0.0 244 12/27/2023
5.0.12 240 10/14/2023
5.0.11 131 10/14/2023
5.0.10 171 8/15/2023
5.0.9 165 7/16/2023
5.0.8 185 5/10/2023
5.0.7 540 10/1/2022
5.0.6 456 6/16/2022
5.0.4 463 4/15/2022
5.0.3 421 4/15/2022
5.0.2 320 12/24/2021
5.0.1 367 12/14/2021
5.0.0 311 12/14/2021
4.1.3 397 9/8/2021
4.1.3-preview.3 182 9/7/2021
4.1.3-preview.2 147 8/26/2021
4.1.3-preview.1 164 8/23/2021
4.1.3-preview.0 148 8/7/2021
4.1.2 342 5/11/2021
4.1.1 1,375 2/20/2021
4.1.1-preview.2 170 2/8/2021
4.1.1-preview.0 165 2/5/2021
4.1.0 411 1/13/2021
4.0.2 546 9/16/2020
4.0.1 427 9/8/2020
4.0.1-preview.1 259 9/4/2020
4.0.1-preview.0 253 8/26/2020
4.0.0 533 7/23/2020
4.0.0-preview02 350 7/20/2020
4.0.0-preview01 352 7/17/2020
3.0.0 597 1/3/2020
2.0.0 572 8/27/2019
1.0.0 709 12/30/2018
1.0.0-preview07 574 11/8/2018
1.0.0-preview06 649 9/17/2018
1.0.0-preview05 668 9/17/2018

Supporting .NET 9.0.