19 writes to
System.Data (19)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (19)
495dataCache[i] = GetValue(i, GetSqlType(i)); 595this.dataCache[i] = Buffer.ReadByte(0); 610this.dataCache[i] = Buffer.ReadChar(0); 625this.dataCache[i] = Buffer.ReadInt16(0); 640this.dataCache[i] = Buffer.ReadInt32(0); 663this.dataCache[i] = Int64.Parse(value, CultureInfo.InvariantCulture); 678this.dataCache[i] = Buffer.MarshalToManaged(0, ODBC32.SQL_C.BIT, -1); 693this.dataCache[i] = Buffer.ReadSingle(0); 709this.dataCache[i] = Buffer.MarshalToManaged(0, ODBC32.SQL_C.TYPE_DATE, -1); 725this.dataCache[i] = Buffer.MarshalToManaged(0, ODBC32.SQL_C.TYPE_TIMESTAMP, -1); 751this.dataCache[i] = Decimal.Parse(s, System.Globalization.CultureInfo.InvariantCulture); 754this.dataCache[i] = s; 771this.dataCache[i] = Buffer.ReadDouble(0); 787this.dataCache[i] = Buffer.ReadGuid(0); 831this.dataCache[i] = strdata; 883this.dataCache[i] = builder.ToString(); 899this.dataCache[i] = Buffer.MarshalToManaged(0, ODBC32.SQL_C.TYPE_TIME, -1); 1328this.dataCache[i] = rgBytes; 1572this.dataCache[i] = DBNull.Value;
21 references to
System.Data (21)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (21)
480return this.dataCache[i]; 497return dataCache[i]; 562object cachedObj = this.dataCache[i]; 598return this.dataCache[i]; 613return this.dataCache[i]; 628return this.dataCache[i]; 643return this.dataCache[i]; 666return this.dataCache[i]; 681return this.dataCache[i]; 696return this.dataCache[i]; 712return this.dataCache[i]; 728return this.dataCache[i]; 759return this.dataCache[i]; 774return this.dataCache[i]; 790return this.dataCache[i]; 886return this.dataCache[i]; 902return this.dataCache[i]; 961cachedObj = (string)this.dataCache[i]; 963cachedObj = (byte[])this.dataCache[i]; 1331return this.dataCache[i]; 1515Debug.Assert(this.dataCache == null || !Convert.IsDBNull(this.dataCache[i]), "Cannot call GetData without checking for cache first!");