2 overrides of GetElementCount
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
365public override int? GetElementCount(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
305public override int? GetElementCount(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetElementCount
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
554public int? ElementCount { get { return this.spatialSvcs.GetElementCount(this); } }