Skip to main content

conditionsqlgeneratedeventargs-class

Provides data for ConditionSqlGenerated event of Korzh.EasyQuery.Db.SqlQueryBuilder class

public class Korzh.EasyQuery.Db.ConditionSqlGeneratedEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
ConditionSqlGeneratedEventArgs(Condition cond, string sql)voidInitializes a new instance of the CondSqlGenEventArgs class.

Properties

NameTypeDescription
ConditionConditionGets the condition which this event occurs for.
SQLstringGets or sets the SQL expression for the corresponding condition.