Null Literal ("M" Reference)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

The null literal is equal to no other value. The type of a null literal is always Null.

Code Example

The null literal takes the following format.

NullLiteral:
null

See Also

Other Resources

"M" Literals ("M" Reference)