2 overrides of Disjoint
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
690
public override bool
Disjoint
(DbGeometry geometryValue, DbGeometry otherGeometry)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
646
public 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)
472
return this.spatialSvcs.
Disjoint
(this, other);