EasyQueryManagerExtensions class
Contains several useful extension methods for working with EasyQuery types in ASP.NET Core applications
public static class Korzh.EasyQuery.AspNetCore.EasyQueryManagerExtensions
Package: Korzh.EasyQuery.AspNetCore
(targets: net5.0
, netcoreapp3.1
, netstandard2.0
)
Assembly: Korzh.EasyQuery.AspNetCore.dll
Static Methods
Section titled “Static Methods”Name | Type | Description |
---|---|---|
ReadRequestContentFromStreamAsync(this EasyQueryManager manager, string modelId, Stream stream) | Task | Loads all reaquest’s data (like query, options, etc) from the stream. |