asEncoded method

Expr<S> asEncoded()

Get an expression containing the encoded value of the CustomDataType implementation.

Implementation

Expr<S> asEncoded() =>
    EncodedCustomDataTypeExpression<S, CustomDataType<S>>._(this).asNotNull();