querystatement-class
Represents the result of query builder's work.
public abstract class Korzh.EasyQuery.QueryStatement
: IQueryStatement
Assembly: Korzh.EasyQuery.dll
Constructors
| Name | Type | Description |
|---|---|---|
| QueryStatement() | void | Initializes a new instance of the Korzh.EasyQuery.QueryStatement class. |
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 QueryBuilderResult type). |
Methods
| 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. |
Static Properties
| Name | Type | Description |
|---|---|---|
| Empty | QueryStatement | Gets an empty query builder result. |