SqlBytes.IsNull 属性

定义

获取一个布尔值,该值指示该值 SqlBytes 是否为 null。

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

属性值

true 如果为 SqlBytes null,则为 null, false 否则为 null。

实现

注解

默认值为 false

适用于

另请参阅