SqlHierarchyId.IsNull Property

Definition

Gets a value indicating whether the SqlHierarchyId is null.

public bool IsNull { [Microsoft.SqlServer.Server.SqlMethod(DataAccess=Microsoft.SqlServer.Server.DataAccessKind.None, IsDeterministic=true, IsMutator=false, IsPrecise=true, SystemDataAccess=Microsoft.SqlServer.Server.SystemDataAccessKind.None)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(DataAccess=Microsoft.SqlServer.Server.DataAccessKind.None, IsDeterministic=true, IsMutator=false, IsPrecise=true, SystemDataAccess=Microsoft.SqlServer.Server.SystemDataAccessKind.None)>]
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean

Property Value

Boolean representing true (1) if the SqlHierarchyId node is null; otherwise, false (0).

Implements

Attributes

Applies to