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.
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
Post a Comment