ExpressionNullable<T> extension
Extension methods for casting a nullable Expr to a non-nullable Expr.
- on
-
- Expr<
T?>
- Expr<
Methods
-
asNotNull(
) → Expr< T> -
Available on Expr<
Cast as Expr<T> without doing anything in SQL.T?> , provided by the ExpressionNullable extension