Represents the result of query builder’s work.
public abstract class Korzh.EasyQuery.QueryStatement
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
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 QueryBuilderResult type). |
Name | Type | Description |
---|
GetStatement() | string | Returns the statement (SQL, filter expression, etc - depending on the concrete QueryBuilderResult type). |
ToString() | string | Returns a System.String that represents this instance. |
Name | Type | Description |
---|
Empty | QueryStatement | Gets an empty query builder result. |