as - multiple declarations
Function as
Returns cell value as a Nullable type using the underlying type conversion after null check.
Function as
Returns cell value as a native string based type from text or binary formatted field.
Throws
AssertError if the db value is NULL.
Function as
Returns value as D type value from binary formatted field.
Throws
AssertError if the db value is NULL.