DbGeography.PointCount Property

 

Gets the number of points in this DbGeography value, if it represents a linestring or linear ring. <returns>The number of elements in this geography value, if it represents a linestring or linear ring; otherwise null.</returns>

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

public Nullable<int> PointCount { get; }

Property Value

Type: System.Nullable<Int32>

The number of points in this DbGeography value.