OracleNumber.IsNull 属性

指示此 OracleNumber 结构的 Value 是否为 null。

**命名空间:**System.Data.OracleClient
**程序集:**System.Data.OracleClient(在 system.data.oracleclient.dll 中)

语法

声明
Public ReadOnly Property IsNull As Boolean
用法
Dim instance As OracleNumber
Dim value As Boolean

value = instance.IsNull
public bool IsNull { get; }
public:
virtual property bool IsNull {
    bool get () sealed;
}
/** @property */
public final boolean get_IsNull ()
public final function get IsNull () : boolean

属性值

如果 Value 为空,则为 true;否则为 false

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1

请参见

参考

OracleNumber 结构
OracleNumber 成员
System.Data.OracleClient 命名空间