Tag: DBNull
How to handle Null Column values of SQLDataReader in C# ?
If you want to handle the Null column values of the sqldatareader object in C#, you can use the SqlReader.IsDBNull method to validate for it. If the SqlReader.IsDBNull returns true then , the value is considered to be a null value and you can take the ction accordingly. How to handle Null Column values of SQLDataReader in C# ?
Recent Stories
-
C# for Beginners – Lesson 4: Variables and Data Types youtube.com
-
C# Extension methods have changed forever youtube.com
-
C# is NOT Java Done Right. Hear me out. youtube.com
-
C# 13 and 14: My Favorite Features | Coding Shorts... youtube.com
-
SQL Questions Asked in Meesho | SQL Preparation Packet |... youtube.com