5 types derived from InternalDataCollectionBase
System.Data (5)
fx\src\data\System\Data\ConstraintCollection.cs (1)
24
public sealed class ConstraintCollection :
InternalDataCollectionBase
{ // WebData 111752
fx\src\data\System\Data\DataColumnCollection.cs (1)
27
public sealed class DataColumnCollection :
InternalDataCollectionBase
{
fx\src\data\System\Data\DataRelationCollection.cs (1)
28
public abstract class DataRelationCollection :
InternalDataCollectionBase
{
fx\src\data\System\Data\DataRowCollection.cs (1)
16
public sealed class DataRowCollection :
InternalDataCollectionBase
{
fx\src\data\System\Data\DataTableCollection.cs (1)
27
public sealed class DataTableCollection :
InternalDataCollectionBase
{
1 reference to InternalDataCollectionBase
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
150
if (propInst is
InternalDataCollectionBase
)