5 types derived from InternalDataCollectionBase
System.Data.Common (5)
System\Data\ConstraintCollection.cs (1)
17
public sealed class ConstraintCollection :
InternalDataCollectionBase
System\Data\DataColumnCollection.cs (1)
20
public sealed class DataColumnCollection :
InternalDataCollectionBase
System\Data\DataRelationCollection.cs (1)
20
public abstract class DataRelationCollection :
InternalDataCollectionBase
System\Data\DataRowCollection.cs (1)
8
public sealed class DataRowCollection :
InternalDataCollectionBase
System\Data\DataTableCollection.cs (1)
20
public sealed class DataTableCollection :
InternalDataCollectionBase
3 references to InternalDataCollectionBase
netstandard (1)
netstandard.cs (1)
546
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
InternalDataCollectionBase
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
112
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
InternalDataCollectionBase
))]
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
167
if (propInst is
InternalDataCollectionBase
)