Overload | Description |
---|---|
In(IEnumerable<String>) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified enumerator of column aliases. |
In(String[]) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified array of column aliases. |
In(Select) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the results of the passed-in select subquery. |
In(Query) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified random subquery. |
In(IEnumerable<QueryParameter>) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified enumerator of query parameters. |
In(QueryParameter[]) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified array of query parameters. |
In(IEnumerable<QueryColumnExpression>) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified enumerator of column expressions. |
In(IEnumerable<IQueryColumnExpressionConvertible>) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified enumerator of column expressions. |
In(QueryColumnExpression[]) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified array of column expressions. |
In(IQueryColumnExpressionConvertible[]) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified array of column expressions. |
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