SqlGeography.Null Property

Definition

Returns a read-only property providing a null instance of the SqlGeography type.

public static Microsoft.SqlServer.Types.SqlGeography Null { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member Null : Microsoft.SqlServer.Types.SqlGeography
Public Shared ReadOnly Property Null As SqlGeography

Property Value

A null instance of the SqlGeography class.

Attributes

Applies to