2 overrides of GetLength
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
403
public override double?
GetLength
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
353
public override double?
GetLength
(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetLength
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
601
public double? Length { get { return this.spatialSvcs.
GetLength
(this); } }