Which are the equivalent of the following operators from VB.Net to C#?
Another one...
VB - IsDBNull(value)
C# - yourdatarow.IsNull("columnName")