Logical Literals ("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.]

Logical literals are used to write logical values. The type of a logical literal is always Logical.

Literal Format

Logical literals take the following format.

LogicalLiteral: one of
true  false

See Also

Other Resources

"M" Literals ("M" Reference)