ConditionSqlGeneratedEventArgs class

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

public class Korzh.EasyQuery.Db.ConditionSqlGeneratedEventArgs
    : EventArgs

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

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.