1 write to _schemaInfo
System.Data.Common (1)
System\Data\Common\DbEnumerator.cs (1)
106
_schemaInfo
= si;
4 references to _schemaInfo
System.Data.Common (4)
System\Data\Common\DbEnumerator.cs (4)
55
if (null ==
_schemaInfo
)
60
Debug.Assert(null !=
_schemaInfo
&& null != _descriptors, "unable to build schema information!");
66
object[] values = new object[
_schemaInfo
.Length];
68
_current = new DataRecordInternal(
_schemaInfo
, values, _descriptors, _fieldNameLookup!);