Syntax Element: null
Description
Indicates that a type is nullable.
Example
This keyword is highlighted
like this.
You can click on keywords and concepts in blue.
// this integer should be nullabletype(int null);
Related Use Cases
- Getting compiler feedback on your database design
- Deriving creation scripts from design
- Transition testing
Other Actions
documentation | all examples for this syntax element | all examples | use cases | concepts | keywords
type