isNullable
Checks if a field accepts null values according to its definition.
Usage
ds.isNullable('Field');API
isNullable(field: string): boolean;Last updated
Was this helpful?
Checks if a field accepts null values according to its definition.
ds.isNullable('Field');isNullable(field: string): boolean;Last updated
Was this helpful?
Was this helpful?