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
Name | Type | Description |
---|---|---|
ConditionSqlGeneratedEventArgs(Condition cond, string sql) | void | Initializes a new instance of the CondSqlGenEventArgs class. |
Properties
Name | Type | Description |
---|---|---|
Condition | Condition | Gets the condition which this event occurs for. |
SQL | string | Gets or sets the SQL expression for the corresponding condition. |