Type.IsNullable
Type.IsNullable(type as type) as logical
Devuelve true
si un tipo es nullable
; de lo contrario, devuelve false
.
Determinar si number
admite valores NULL.
Uso
Type.IsNullable(type number)
Salida
false
Determinar si type nullable number
admite valores NULL.
Uso
Type.IsNullable(type nullable number)
Salida
true