I want to cast Nullable Tinyint
column to int
value in Linq to SQL ?
views:
162answers:
1
+1
A:
Well By default, it is generated as Byte and not Integer, but you can go to code view and change the type, though that is not recommended, as whenever you drop something again from your database, the change you made will go away.
So I think working with byte is fine. isn't it?
lakhlaniprashant.blogspot.com
2010-02-06 13:09:35
Thank you bro ;)
Wahid Bitar
2010-02-06 14:25:03