SqlGeography.IsNull Property

Definition

Determines whether the SqlGeography instance 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 specifies whether the SqlGeography instance is null. If true, the instance is null. Otherwise, false.

Implements

Attributes

Applies to