1 write to _schemaInfo
System.Data.Common (1)
System\Data\Common\DataRecordInternal.cs (1)
23_schemaInfo = schemaInfo;
6 references to _schemaInfo
System.Data.Common (6)
System\Data\Common\DataRecordInternal.cs (6)
33return _schemaInfo.Length; 44int copyLen = (values.Length < _schemaInfo.Length) ? values.Length : _schemaInfo.Length; 54return _schemaInfo[i].name; 65return _schemaInfo[i].typeName; 71return _schemaInfo[i].type;