2 overrides of Disjoint
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
316public override bool Disjoint(DbGeography geographyValue, DbGeography otherGeography)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
234public override bool Disjoint(System.Data.Spatial.DbGeography geographyValue1, System.Data.Spatial.DbGeography geographyValue2)
1 reference to Disjoint
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
452return this.spatialSvcs.Disjoint(this, other);