Represents the result of query builder's work.
public abstract class Korzh.EasyQuery.QueryStatement
: IQueryStatement
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
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. |