1 write to _schemaInfo
System.Data (1)
fx\src\data\System\Data\Common\dbenumerator.cs (1)
103
_schemaInfo
= si;
4 references to _schemaInfo
System.Data (4)
fx\src\data\System\Data\Common\dbenumerator.cs (4)
59
if (null ==
_schemaInfo
) {
63
Debug.Assert(null !=
_schemaInfo
&& null != _descriptors, "unable to build schema information!");
68
object[] values = new object[
_schemaInfo
.Length];
70
_current = new DataRecordInternal(
_schemaInfo
, values, _descriptors, _fieldNameLookup); // this.NewRecord()