Overload | Description |
---|---|
And(QueryColumnExpression) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the passed-in expression. |
And(IQueryColumnExpressionConvertible) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the passed-in expression. |
And(String) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the expression for the column with the specified alias. |
And(String,String) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the expression for the column with the specified alias from the specified source. |
And(Select) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the expression for results of the passed-in select subquery. |
And(Query) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the expression for results of the passed-in random subquery. |
And(QueryParameter) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the passed-in query parameter. |
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