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!

INullable.IsNull

[To be supplied.]

[Visual Basic]
ReadOnly Property IsNull As Boolean
[C#]
bool IsNull {get;}
[C++]
bool get_IsNull() = 0;
[JScript]
abstract function get IsNull() : Boolean;

See Also

INullable Interface | INullable Members | System.Data.SQLTypes Namespace