Convert.DBNull Field
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
A constant representing a database column absent of data; that is, database null.
Assembly: mscorlib (in mscorlib.dll)
The DBNull field is equivalent to DBNull.Value, as the following example shows.
Show: