# Abp.DynamicQuery

ABP version (opens new window) NuGet (opens new window) NuGet Download (opens new window) Discord online (opens new window) GitHub stars (opens new window)

An ABP module helps you quickly implement dynamic queries.

demo.gif

# Installation

  1. Install the following NuGet packages. (see how (opens new window))

    • EasyAbp.Abp.DynamicQuery.Application
    • EasyAbp.Abp.DynamicQuery.Application.Contracts
    • EasyAbp.Abp.DynamicQuery.Domain
    • EasyAbp.Abp.DynamicQuery.Domain.Shared
    • EasyAbp.Abp.DynamicQuery.EntityFrameworkCore
  2. Add DependsOn(typeof(AbpDynamicQueryXxxModule)) attribute to configure the module dependencies. (see how (opens new window))

# Usage

Todo.

# Road map

Todo.

Last Updated: 11/20/2022, 12:40:54 PM