Skip to main content

filterexpression-class

Represents the result of performing BuildSQL command.

public class Korzh.EasyQuery.Db.FilterExpression
: QueryStatement

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
FilterExpression(FilterExpressionBuilder builder)voidInitializes a new instance of the Korzh.EasyQuery.Db.SqlStatement class.

Properties

NameTypeDescription
ExtraClausesSqlExtrasGets the Korzh.EasyQuery.Db.SqlExtras object which defines some extra clauses of generated query.
FilterExprstringGets the filter expression.
FormatsSqlFormatsGets the Korzh.EasyQuery.Db.SqlFormats object in the parent query.

Methods

NameTypeDescription
AddCondition(string s)voidAdds text of some condition to WHERE clause.
AddToWhereClause(string s)voidAdds some text to WHERE clause.
ClearAll()voidClears all clauses.
ClearWhereClause()voidClears the WHERE clause.
GetStatement()stringReturns the statement (SQL, filter expression, etc - depending on the concrete QueryBuilderResult type).