6 references to SchemaInfo
System.Data.Common (6)
System\Data\Common\DataRecordInternal.cs (2)
13
private readonly
SchemaInfo
[] _schemaInfo;
19
internal DataRecordInternal(
SchemaInfo
[] schemaInfo, object[] values, PropertyDescriptorCollection descriptors, FieldNameLookup fieldNameLookup)
System\Data\Common\DbEnumerator.cs (4)
15
internal
SchemaInfo
[]? _schemaInfo; // shared schema info among all the data records
94
SchemaInfo
[] si = new
SchemaInfo
[count];
98
SchemaInfo
s = default;