1 write to type
System.Data.Common (1)
System\Data\Common\DbEnumerator.cs (1)
100
s.
type
= _reader.GetFieldType(i);
2 references to type
System.Data.Common (2)
System\Data\Common\DataRecordInternal.cs (1)
71
return _schemaInfo[i].
type
;
System\Data\Common\DbEnumerator.cs (1)
102
props[i] = new DbColumnDescriptor(i, fieldnames[i], s.
type
);