My Entity Data Model is giving me this error:
Error 2019: Member Mapping specified is not valid. The type \'Edm.Int16[Nullable=True,DefaultValue=]
A tinyint should get mapped to a .NET byte; Int16 should be the corresponding type for a smallint in SQL.
tinyint
byte
Int16
smallint