1 instantiation of DbSchemaInfo
System.Data (1)
fx\src\data\System\Data\Odbc\DbDataRecord.cs (1)
136
_schema[i] = new
DbSchemaInfo
();
7 references to DbSchemaInfo
System.Data (7)
fx\src\data\System\Data\Odbc\DbDataRecord.cs (3)
60
private
DbSchemaInfo
[] _schema;
131
internal
DbSchemaInfo
GetSchema(int i) {
133
_schema = new
DbSchemaInfo
[Count];
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (4)
345
DbSchemaInfo
info = this.dataCache.GetSchema(i);
360
DbSchemaInfo
info = this.dataCache.GetSchema(i);
371
DbSchemaInfo
info = this.dataCache.GetSchema(i);
517
DbSchemaInfo
info = this.dataCache.GetSchema(i);