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