2 overrides of Relate
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
725public override bool Relate(DbGeometry geometryValue, DbGeometry otherGeometry, string matrix)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
709public override bool Relate(System.Data.Spatial.DbGeometry geometryValue1, System.Data.Spatial.DbGeometry geometryValue2, string matrix)
1 reference to Relate
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
559return this.spatialSvcs.Relate(this, other, matrix);