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