ExpressionNullable<T> extension

Extension methods for casting a nullable Expr to a non-nullable Expr.

on

Methods

asNotNull() Expr<T>

Available on Expr<T?>, provided by the ExpressionNullable extension

Cast as Expr<T> without doing anything in SQL.