Reserved identifiers
Identifiers of Entity Type and Entity Type cannot be one of the following words:
These words can't be written in any case, example: id, Id, iD and ID are forbidden.
- Id
- if
- for
- while
- return
- break
- else
- continue
- ref
- out
- class
- interface
- struct
- foreach
- do
- char
- byte
- string
- int
- long
- null
- public
- private
- protected
- static
- const
- abstract
- try
- catch
- sealed
- void
- true
- false
- finally
- throw
- Exception
- override
- readonly
- return
- enum
- delegate