LinqStatement class
Represents the result of performing Build function call of LinqQueryBuilder.
public class Korzh.EasyQuery.Linq.LinqStatement : QueryStatement
Package: Korzh.EasyQuery.Linq
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Linq.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
LinqStatement() | void |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
ResultQueryable | IQueryable | Gets or sets the queryable result object. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
GetStatement() | string | Returns the statement (not used in case of LINQ queries). |