DbGeography.ElementCount Property

 

Gets the number of elements in this DbGeography value, if it represents a geography collection. <returns>The number of elements in this geography value, if it represents a collection of other geography values; otherwise null.</returns>

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

public Nullable<int> ElementCount { get; }

Property Value

Type: System.Nullable<Int32>

The number of elements in this DbGeography value.