4 references to CoordinateSystemId
System.Data.Entity (4)
System\Data\Objects\ELinq\SpatialPropertyTranslator.cs (2)
55yield return GetProperty((System.Data.Spatial.DbGeography geo) => geo.CoordinateSystemId); 100result.Add(GetProperty((System.Data.Spatial.DbGeography geo) => geo.CoordinateSystemId), "CoordinateSystemId");
System\Data\Spatial\DbGeography.cs (1)
655return string.Format(CultureInfo.InvariantCulture, "SRID={1};{0}", this.WellKnownValue.WellKnownText ?? base.ToString(), this.CoordinateSystemId);
System\Data\SqlClient\IDbSpatialValue.cs (1)
114get { return NullIfNotImplemented(geog => geog.CoordinateSystemId); }