NotNullableExpression 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.
Reducible annotation expression used to affect null expansion logic.
public class NotNullableExpression : System.Linq.Expressions.Expression
type NotNullableExpression = class
inherit Expression
Public Class NotNullableExpression
Inherits Expression
- Inheritance
-
NotNullableExpression
Not |
Creates an instance of NotNullableExpression. |
Can |
Indicates that the node can be reduced to a simpler node. If this returns true, Reduce() can be called to produce the reduced form. |
Node |
Type of the node. |
Operand |
The operand. |
Type |
The type. |
Reduce() |
Reduces this node to a simpler expression. If CanReduce returns true, this should return a valid expression. This method can return another node which itself must be reduced. |
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. |
Proizvod | Verzije |
---|---|
Entity Framework Core | 1.0, 1.1 |
Entity Framework povratne informacije
Entity Framework je projekat otvorenog koda. Odaberite vezu za pružanje povratnih informacija: