Skip to content

FilterExpressionBuilder class

Used for building Sql commands using Korzh.EasyQuery.Db.DbQuery

public class Korzh.EasyQuery.Db.FilterExpressionBuilder
: DbQueryBuilder, IQueryBuilder
TypeNameDescription
BooleanCanBuildGets a value indicating whether this instance can be built.
FilterExpressionResultGets the result.
TypeNameDescription
CondSqlGenEventHandlerCondSqlGenThis event is raised during query building for each condition in the query and it allows you to replace the SQL expression generated for this condition.
TypeNameDescription
BooleanBuildFilter()Builds the filter expression. It can be used (for example) in DataSet.FilterExpression property to filter data
QueryBuilderResultCreateResult()Creates the result object.
voidOnCondSqlGen(CondSqlGenEventArgs e)Raises the CondSqlGen event.
voidResetFilterBuilder()Resets the filter builder.