AbstractDataProcessor<T> |
Class: Where
This is an abstract base class for creating where clauses.You'll have to pass an instantiated instance of one of the below DB-specific classes to any method referencing the Where class. DB-specific classes: SqlWhere, OracleWhere, MySqlWhere Methods
AddClause Properties
public Where AddLeftParenthesis {get;}
SqlWhere whereClause = new SqlWhere(); |