SqlGeometry.STIsEmpty Method

Definition

Indicates whether the calling SqlGeometry 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

Returns true if the calling instance is empty. Returns false if it is not empty.

Attributes

Applies to