SqlGeography.STIsEmpty Method

Definition

Determines whether the SqlGeography instance is empty.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlBoolean STIsEmpty ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STIsEmpty : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsEmpty () As SqlBoolean

Returns

A SqlBoolean value that indicates whether the calling instance is empty. Returns true if it is empty. Otherwise, returns false.

Attributes

Applies to