DbGeography.Longitude Property

 

Gets the Longitude coordinate of this DbGeography value, if it represents a point. <returns>The Longitude coordinate value of this geography value, if it represents a point; otherwise null.</returns>

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<double> Longitude { get; }

Property Value

Type: System.Nullable<Double>

The Longitude coordinate of this DbGeography value.