SqlGeography.STIsEmpty Method ()

 

Applies To: SQL Server 2016 Preview

Determines whether the SqlGeography instance is empty.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlBoolean STIsEmpty()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlBoolean STIsEmpty()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STIsEmpty : unit -> SqlBoolean
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STIsEmpty As SqlBoolean

Return Value

Type: System.Data.SqlTypes.SqlBoolean

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

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace

Return to top