Skip to main content

querystatement-class

Represents the result of query builder's work.

public abstract class Korzh.EasyQuery.QueryStatement
: IQueryStatement

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
QueryStatement()voidInitializes a new instance of the Korzh.EasyQuery.QueryStatement class.

Properties

NameTypeDescription
ParamsQueryParamListGets the list of parameters used in generated SQL statement.
StatementstringGets the statement (SQL, filter expression, etc - depending on the concrete QueryBuilderResult type).

Methods

NameTypeDescription
GetStatement()stringReturns the statement (SQL, filter expression, etc - depending on the concrete QueryBuilderResult type).
ToString()stringReturns a System.String that represents this instance.

Static Properties

NameTypeDescription
EmptyQueryStatementGets an empty query builder result.