InternalDataCollectionBase Class
Provides the base functionality for creating collections.
For a list of all members of this type, see InternalDataCollectionBase Members.
System.Object
System.Data.InternalDataCollectionBase
System.Data.ConstraintCollection
System.Data.DataColumnCollection
System.Data.DataRelationCollection
System.Data.DataRowCollection
System.Data.DataTableCollection
[Visual Basic] Public Class InternalDataCollectionBase Implements ICollection, IEnumerable [C#] public class InternalDataCollectionBase : ICollection, IEnumerable [C++] public __gc class InternalDataCollectionBase : public ICollection, IEnumerable [JScript] public class InternalDataCollectionBase implements ICollection, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The BaseCollection class and its members are not intended for use as a stand alone component, but as the class from which other collection classes derive standard functionality.
Requirements
Namespace: System.Data
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Data (in System.Data.dll)