How to check DBNull in C# ?
|
Priya
1330
Points
40
Posts
|
Answers
|
Nice One
280
Points
0
Posts
|
Hi, Priya You can check with: bool DBNull.Value.Equals(object obj);
It will return true if obj is DBNull else false.
Posted On:
13-Dec-2014 22:21
|


