c# - casting a tiny int from SQL server -


i'm using linq sql populate list of objects. 1 of fields i'm interested in stored tinyint. how should declare property type in object definition? short? byte? int16?

thanks.

it byte. here complete list.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -