DataTableCollection Members
.NET Framework 3.0
Represents the collection of tables for the DataSet.
The following tables list the members exposed by the DataTableCollection type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Count | Gets the total number of elements in a collection.(inherited from InternalDataCollectionBase) |
| IsReadOnly | Gets a value that indicates whether the InternalDataCollectionBase is read-only.(inherited from InternalDataCollectionBase) |
| IsSynchronized | Gets a value that indicates whether the InternalDataCollectionBase is synchonized.(inherited from InternalDataCollectionBase) |
| Item | Overloaded. Gets the specified DataTable object from the collection. |
| SyncRoot | Gets an object that can be used to synchronize the collection.(inherited from InternalDataCollectionBase) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Overloaded. Adds a DataTable object to the collection. |
| AddRange | Copies the elements of the specified DataTable array to the end of the collection. |
| CanRemove | Verifies whether the specified DataTable object can be removed from the collection. |
| Clear | Clears the collection of all DataTable objects. |
| Contains | Overloaded. Gets a value indicating whether a DataTable object with the specified name exists in the collection. |
| CopyTo | Overloaded. Copies all of the elements of the current DataTableCollection to a one-dimensional Array, starting at the specified destination array index. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Gets an IEnumerator for the collection. (inherited from InternalDataCollectionBase) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IndexOf | Overloaded. Gets the index in the collection of the specified DataTable object. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Overloaded. Removes a specified DataTable object from the collection. |
| RemoveAt | Removes the DataTable object at the specified index from the collection. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnCollectionChanged | |
| OnCollectionChanging |
| Name | Description | |
|---|---|---|
| CollectionChanged | Occurs after the DataTableCollection is changed because of DataTable objects being added or removed. |
| CollectionChanging | Occurs while the DataTableCollection is changing because of DataTable objects being added or removed. |