1 instantiation of DbCache
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataReader.cs (1)
240
_dataCache = new
DbCache
(this, cColsAffected);
1 reference to DbCache
System.Data.Odbc (1)
System\Data\Odbc\OdbcDataReader.cs (1)
23
private
DbCache
? _dataCache;