Represents the result of query builder’s work.
public abstract class Korzh.EasyQuery.QueryBuilderResult
| Type | Name | Description | 
|---|
| QueryParamList | Params | Gets the list of parameters used in generated SQL statement. | 
| String | Statement | Gets the statement (SQL, filter expression, etc - depending on the concrete QueryBuilderResult type). | 
| Type | Name | Description | 
|---|
| String | GetStatement() | Returns the statement (SQL, filter expression, etc - depending on the concrete QueryBuilderResult type). | 
| String | ToString() | Returns a System.Stringthat represents this instance. | 
| Type | Name | Description | 
|---|
| QueryBuilderResult | Empty | Gets an empty query builder result. |