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