Skip to content

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

NameTypeDescription
LinqStatement()void
NameTypeDescription
ResultQueryableIQueryableGets or sets the queryable result object.
NameTypeDescription
GetStatement()stringReturns the statement (not used in case of LINQ queries).