Provides an Entity Framework Core adapter for the <a href="https://www.nuget.org/packages/Microsoft.AspNetCore.Components.QuickGrid">Microsoft.AspNetCore.Components.QuickGrid</a> package. This package was built from the source code at https://github.com/dotnet/dotnet/tree/87bc0b04e21d786669142109a5128c95618b75ed
$ dotnet add package Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapterMicrosoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter provides an Entity Framework Core (EF Core) adapter for the Microsoft.AspNetCore.Components.QuickGrid package.
To use Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter, follow these steps:
dotnet add package Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter
To register an EF-aware IAsyncQueryExecutor implementation, call AddQuickGridEntityFrameworkAdapter on the service collection in Program.cs:
builder.Services.AddQuickGridEntityFrameworkAdapter();
For additional documentation and examples, refer to the official documentation on using EF Core with QuickGrid.
Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.