SqlGeography.Lat Property

Definition

Returns the latitude property of the geography instance.

public System.Data.SqlTypes.SqlDouble Lat { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.Lat : System.Data.SqlTypes.SqlDouble
Public ReadOnly Property Lat As SqlDouble

Property Value

A SqlDouble value that specifies the latitude.

Attributes

Applies to