2 overrides of Union
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
345public override DbGeography Union(DbGeography geographyValue, DbGeography otherGeography)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
278public override System.Data.Spatial.DbGeography Union(System.Data.Spatial.DbGeography geographyValue1, System.Data.Spatial.DbGeography geographyValue2)
1 reference to Union
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
519return this.spatialSvcs.Union(this, other);