Upper Camel Case for Data Types

When selecting Upper Camel Case for Data Types, I am finding some inconsistencies: "TinyInt", "DateTime" are as expected, but then we have "Smallint", and "Varchar"...shouldn't these be "SmallInt" and "VarChar" respectively?
These minor(?) inconsistencies are cause for failing code review.
Please provide a list of all built-in data types and their correct Upper Camel Case form.
Thank you!
Tagged:

Answers

Sign In or Register to comment.