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)
33
return
_schemaInfo
.Length;
44
int copyLen = (values.Length <
_schemaInfo
.Length) ? values.Length :
_schemaInfo
.Length;
54
return
_schemaInfo
[i].name;
65
return
_schemaInfo
[i].typeName;
71
return
_schemaInfo
[i].type;