SqlGeometry.Null Property

Definition

Gets a read-only property providing a null instance of the SqlGeometry type.

public static Microsoft.SqlServer.Types.SqlGeometry 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.SqlGeometry
Public Shared ReadOnly Property Null As SqlGeometry

Property Value

A null SqlGeometry instance.

Attributes

Applies to