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

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -