This documentation is archived and is not being maintained.
DBNull.Value Field
.NET Framework 1.1
Represents the sole instance of the DBNull class.
[Visual Basic] Public Shared ReadOnly Value As DBNull [C#] public static readonly DBNull Value; [C++] public: static DBNull* Value; [JScript] public static var Value : DBNull;
Remarks
DBNull is a singleton class, which means only this instance of this class can exist.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Show: