SqlNullabilityProcessor.VisitRowValue Method
Definition
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.
Visits a RowValueExpression and computes its nullability.
protected virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression VisitRowValue (Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression rowValueExpression, bool allowOptimizedExpansion, out bool nullable);
abstract member VisitRowValue : Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression * bool * bool -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
override this.VisitRowValue : Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression * bool * bool -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
Protected Overridable Function VisitRowValue (rowValueExpression As RowValueExpression, allowOptimizedExpansion As Boolean, ByRef nullable As Boolean) As SqlExpression
Parameters
- rowValueExpression
- RowValueExpression
A row value expression to visit.
- allowOptimizedExpansion
- Boolean
A bool value indicating if optimized expansion which considers null value as false value is allowed.
- nullable
- Boolean
A bool value indicating whether the sql expression is nullable.
Returns
An optimized sql expression.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework