SqlGuid.IsNull 属性

定义

获取一个布尔值,该值指示此 SqlGuid 结构是否为 null。Gets a Boolean value that indicates whether this SqlGuid structure is null.

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

属性值

Boolean

如果 null,则为 truetrue if null. 否则为 falseOtherwise, false.

实现

注解

有关详细信息,请参阅 处理 Null 值For more information, see Handling Null Values.

适用于