InExpression Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An expression that represents an IN operation in a SQL tree.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public class InExpression : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
type InExpression = class
inherit SqlExpression
Public Class InExpression
Inherits SqlExpression
- Inheritance
In |
Obsolete.
Creates a new instance of the InExpression class which represents a |
In |
Obsolete.
Creates a new instance of the InExpression class which represents a |
In |
Creates a new instance of the InExpression class, representing a SQL |
In |
Creates a new instance of the InExpression class which represents a |
In |
Creates a new instance of the InExpression class, representing a SQL |
In |
Creates a new instance of the InExpression class which represents a |
In |
Creates a new instance of the InExpression class, representing a SQL |
Is |
The value indicating if item should be present in the values or absent. |
Item |
The item to look into values. |
Node |
(Inherited from SqlExpression) |
Subquery |
The subquery to search the item in. |
Type | (Inherited from SqlExpression) |
Type |
The RelationalTypeMapping associated with this expression. (Inherited from SqlExpression) |
Values |
The list of values to search the item in. |
Values |
A parameter containing the list of values to search the item in. The parameterized list get expanded to the actual value before the query SQL is generated. |
Apply |
Applies supplied type mapping to this expression. |
Equals(Object) | System.Linq.Expressions.Expression.Equals(System.Object) |
Get |
System.Linq.Expressions.Expression.GetHashCode |
Negate() |
Negates this expression by changing presence/absence state indicated by IsNegated. |
Print(Expression |
Creates a printable string representation of the given expression using ExpressionPrinter. |
Quote() | System.Linq.Expressions.Expression.Quote |
Quote() |
Quotes the expression; that is, returns an expression that, when evaluated, would construct an expression identical to this one. Used to generate code for precompiled queries, which reconstructs this expression. (Inherited from SqlExpression) |
Update(Sql |
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression. |
Update(Sql |
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression. |
Update(Sql |
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression. |
Update(Sql |
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression. |
Update(Sql |
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression. |
Visit |
Reduces the node and then calls the visitor delegate on the reduced expression. The method throws an exception if the node is not reducible. |
IPrintable |
Creates a printable string representation of the given expression using ExpressionPrinter. (Inherited from SqlExpression) |
Produkt | Versioner |
---|---|
Entity Framework Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Feedback om Entity Framework
Entity Framework är ett öppen källkod projekt. Välj en länk för att ge feedback: