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