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