Reference > Utilities > dbex

dbex.Coerce

dbex.Coerce changes the expression element type from a nullable to a non-nullable type, or from a non-nullable to a nullable type.

Syntax

dbex.Coerce({expression})

Arguments

expression
An `AnyElement` to change from nullable to non-nullable, or from non-nullable to nullable.
syntax examples
Previous
dbex.Null

© 2024 dbExpression. All rights reserved.