NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DBNull.Value

Initializes a new instance of the DBNull class.

[Visual Basic]
Public Shared ReadOnly Value As DBNull
[C#]
public static readonly DBNull Value;
[C++]
public: static readonly DBNull* Value;
[JScript]
public static var Value : DBNull;

Remarks

DBNull is a singleton class, which means only one instance of this class can exist.

See Also

DBNull Class | DBNull Members | System Namespace