1 write to _schemaRow
System.Data.Common (1)
System\Data\Common\DbDataReaderExtensions.cs (1)
20
_schemaRow
= readerSchemaRow;
1 reference to _schemaRow
System.Data.Common (1)
System\Data\Common\DbDataReaderExtensions.cs (1)
52
private T? GetDbColumnValue<T>(string columnName) => _schemaColumns.Contains(columnName) &&
_schemaRow
[columnName] is T value ? value : default;