2 overrides of Disjoint
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
690public override bool Disjoint(DbGeometry geometryValue, DbGeometry otherGeometry)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
646public override bool Disjoint(System.Data.Spatial.DbGeometry geometryValue1, System.Data.Spatial.DbGeometry geometryValue2)
1 reference to Disjoint
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
472return this.spatialSvcs.Disjoint(this, other);