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