adsense

Thursday, March 1, 2012

using nullable c sharp types

Nullable types are quite useful when you are assigning null values to certain data types. This is very useful when you passing null values for parameters when using stored procedures. Following link explains how to use nullable types

http://www.techrepublic.com/article/save-time-and-prevent-coding-headaches-with-nullable-types-in-c-sharp-20/6101707

cheers
samitha

No comments:

Post a Comment