1 write to _storeDataReader
System.Data.Entity (1)
System\Data\EntityClient\EntityDataReader.cs (1)
46
this.
_storeDataReader
= storeDataReader;
39 references to _storeDataReader
System.Data.Entity (39)
System\Data\EntityClient\EntityDataReader.cs (39)
58
return this.
_storeDataReader
.Depth;
69
return this.
_storeDataReader
.FieldCount;
80
return this.
_storeDataReader
.HasRows;
91
return this.
_storeDataReader
.IsClosed;
102
return this.
_storeDataReader
.RecordsAffected;
114
return this.
_storeDataReader
[ordinal];
127
return this.
_storeDataReader
[name];
138
return this.
_storeDataReader
.VisibleFieldCount;
166
this.
_storeDataReader
.Close();
188
this.
_storeDataReader
.Dispose();
199
return this.
_storeDataReader
.GetBoolean(ordinal);
209
return this.
_storeDataReader
.GetByte(ordinal);
223
return this.
_storeDataReader
.GetBytes(ordinal, dataOffset, buffer, bufferOffset, length);
233
return this.
_storeDataReader
.GetChar(ordinal);
247
return this.
_storeDataReader
.GetChars(ordinal, dataOffset, buffer, bufferOffset, length);
257
return this.
_storeDataReader
.GetDataTypeName(ordinal);
267
return this.
_storeDataReader
.GetDateTime(ordinal);
277
return this.
_storeDataReader
.GetData(ordinal);
287
return this.
_storeDataReader
.GetDecimal(ordinal);
297
return this.
_storeDataReader
.GetDouble(ordinal);
307
return this.
_storeDataReader
.GetFieldType(ordinal);
317
return this.
_storeDataReader
.GetFloat(ordinal);
327
return this.
_storeDataReader
.GetGuid(ordinal);
337
return this.
_storeDataReader
.GetInt16(ordinal);
347
return this.
_storeDataReader
.GetInt32(ordinal);
357
return this.
_storeDataReader
.GetInt64(ordinal);
367
return this.
_storeDataReader
.GetName(ordinal);
378
return this.
_storeDataReader
.GetOrdinal(name);
389
return
_storeDataReader
.GetProviderSpecificFieldType(ordinal);
400
return
_storeDataReader
.GetProviderSpecificValue(ordinal);
411
return
_storeDataReader
.GetProviderSpecificValues(values);
420
return this.
_storeDataReader
.GetSchemaTable();
430
return this.
_storeDataReader
.GetString(ordinal);
440
return this.
_storeDataReader
.GetValue(ordinal);
450
return this.
_storeDataReader
.GetValues(values);
460
return this.
_storeDataReader
.IsDBNull(ordinal);
471
return this.
_storeDataReader
.NextResult();
489
return this.
_storeDataReader
.Read();
498
return this.
_storeDataReader
.GetEnumerator();