構造体が null かどうかを示します。
ReadOnly Property IsNull As Boolean
[C#]
bool IsNull {get;}
[C++]
__property bool get_IsNull();
[JScript]
function get IsNull() : Boolean;
プロパティ値
このオブジェクトの値が null の場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
INullable インターフェイス | INullable メンバ | System.Data.SqlTypes 名前空間