SqlInt16.IsNull 属性

定义

指示此 SqlInt16 结构是否为 null。

public:
 property bool IsNull { bool get(); };
public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean

属性值

如果为 null,则返回 true。 否则为 false。 有关详细信息,请参阅 处理 Null 值

实现

适用于

另请参阅