1 write to type
System.Data (1)
fx\src\data\System\Data\Common\dbenumerator.cs (1)
97s.type = _reader.GetFieldType(i);
2 references to type
System.Data (2)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
81return _schemaInfo[i].type;
fx\src\data\System\Data\Common\dbenumerator.cs (1)
99props[i] = new DbColumnDescriptor(i, fieldnames[i], s.type);