Contains several useful extension methods for working with EasyQuery types in ASP.NET applications
public static class Korzh.EasyQuery.AspNet.EasyQueryManagerExtensions
Package: Korzh.EasyQuery.AspNet4
(targets: net461
)
Assembly: Korzh.EasyQuery.AspNet4.dll
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. |