1 write to reader
System.Data.Entity (1)
System\Data\SqlClient\SqlSpatialDataReader.cs (1)
32this.reader = underlyingReader;
4 references to reader
System.Data.Entity (4)
System\Data\SqlClient\SqlSpatialDataReader.cs (4)
38SqlBytes geogBytes = this.reader.GetSqlBytes(ordinal); 46 SqlBytes geomBytes = this.reader.GetSqlBytes(ordinal); 58string fieldTypeName = this.reader.GetDataTypeName(ordinal); 67string fieldTypeName = this.reader.GetDataTypeName(ordinal);