SqlXml.IsNull 属性

定义

指示此实例是否表示一个 null SqlXml 值。

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

属性值

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

实现

适用于

另请参阅