Skip to content

QueryBuilderResult class

Represents the result of query builder work.

public abstract class Korzh.EasyQuery.QueryBuilderResult

Properties

TypeNameDescription
QueryParamListParamsGets the list of parameters used in generated SQL statement.
StringStatementGets the statement (SQL, filter expression, etc - depending on the concrete QueryBuilderResult type).

Methods

TypeNameDescription
StringGetStatement()Returns the statement (SQL, filter expression, etc - depending on the concrete QueryBuilderResult type).
StringToString()Returns a System.String that represents this instance.

Static Properties

TypeNameDescription
QueryBuilderResultEmpty