2 overrides of GetArea
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
441
public override double?
GetArea
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
401
public override double?
GetArea
(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetArea
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
645
public double? Area { get { return this.spatialSvcs.
GetArea
(this); } }