1 type derived from DbDataRecord
System.Data.Common (1)
System\Data\Common\DataRecordInternal.cs (1)
11
internal sealed class DataRecordInternal :
DbDataRecord
, ICustomTypeDescriptor
3 references to DbDataRecord
netstandard (1)
netstandard.cs (1)
461
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.
DbDataRecord
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
35
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.
DbDataRecord
))]
System.Data.Common (1)
System\Data\Common\DbEnumerator.cs (1)
14
internal
DbDataRecord
? _current;