2 overrides of GetPointCount
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
840
public override int?
GetPointCount
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
867
public override int?
GetPointCount
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to GetPointCount
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
731
public int? PointCount { get { return this.spatialSvcs.
GetPointCount
(this); } }