IQueryStatement interface
Represents the result of query builder’s work.
public interface Korzh.EasyQuery.IQueryStatementPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Params | QueryParamList | Gets the list of parameters used in generated SQL statement. |
| Statement | string | Gets the statement (SQL, filter expression, etc - depending on the concrete QueryStatement type). |