SqlGeometry.IsNull Property

Definition

Gets a value that indicates whether the SqlGeometry object is null.

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

Property Value

A bool value that indicates whether the object is null. If true, the object is null. Otherwise, false.

Implements

Attributes

Applies to