Overload | Description |
---|---|
AddCondition(LogicalOperation) | To the current query condition, adds the empty condition, using the specified logical operation. |
AddCondition(String,LogicalOperation) | To the current query condition, adds a predicate for the column with the specified alias, using the specified logical operation. |
AddCondition(String,String,LogicalOperation) | To the current query condition, adds a predicate for the column with the specified alias from the specified source, using the specified logical operation. |
AddCondition(Select,LogicalOperation) | To the current query condition, adds the passed-in selection subquery as the predicate, using the specified logical operation. |
AddCondition(Query,LogicalOperation) | To the current query condition, adds the passed-in subquery as the predicate, using the specified logical operation. |
AddCondition(QueryParameter,LogicalOperation) | To the current query condition, adds the predicate for the passed-in query parameter, using the specified type of logical operation. |
AddCondition(QueryColumnExpression,LogicalOperation) | To the current query condition, adds the passed-in expression as the predicate, using the specified logical operation. |
AddCondition(IQueryColumnExpressionConvertible,LogicalOperation) | To the current query condition, adds the passed-in expression as the predicate, using the specified logical operation. |
AddCondition(QueryCondition,LogicalOperation) | To the current query condition, adds the passed-in query condition as the predicate, using the specified logical operation. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2