DbGeography.StartPoint Property

 

Gets a DbGeography value representing the start point of this value, which may be null if this DbGeography value does not represent a curve.

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

public DbGeography StartPoint { get; }

Property Value

Type: System.Data.Entity.Spatial.DbGeography

A DbGeography value representing the start point of this value.