1 override of GetGeography
System.Data.Entity (1)
System\Data\SqlClient\SqlSpatialDataReader.cs (1)
35
public override DbGeography
GetGeography
(int ordinal)
6 references to GetGeography
System.Data.Entity (6)
System\Data\Common\Internal\Materialization\Shaper.cs (5)
609
return this.spatialReader.Value.
GetGeography
(ordinal);
625
(reader, column) => (TColumn)(object)this.spatialReader.Value.
GetGeography
(column),
626
(reader, column) => this.spatialReader.Value.
GetGeography
(column)
645
(reader, column) => (TProperty)(object)this.spatialReader.Value.
GetGeography
(column),
646
(reader, column) => this.spatialReader.Value.
GetGeography
(column)
System\Data\Spatial\SpatialHelpers.cs (1)
23
return spatialReader.
GetGeography
(columnOrdinal);