2 overrides of GetPointCount
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
427public override int? GetPointCount(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
385public override int? GetPointCount(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetPointCount
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
626public int? PointCount { get { return this.spatialSvcs.GetPointCount(this); } }