This 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.
Namespace: Korzh.EasyQuery.DbAssembly: Korzh.EasyQuery.Db.NET40 (in Korzh.EasyQuery.Db.NET40.dll) Version: 3.7.1.37
public event CondSqlGenEventHandler CondSqlGen
public event CondSqlGenEventHandler CondSqlGen
Public Event CondSqlGen As CondSqlGenEventHandler
Public Event CondSqlGen As CondSqlGenEventHandler
public:
event CondSqlGenEventHandler^ CondSqlGen {
void add (CondSqlGenEventHandler^ value);
void remove (CondSqlGenEventHandler^ value);
}
public:
event CondSqlGenEventHandler^ CondSqlGen {
void add (CondSqlGenEventHandler^ value);
void remove (CondSqlGenEventHandler^ value);
}
Value
Type:
Korzh.EasyQuery.Db CondSqlGenEventHandler