Count (inherited from InternalDataCollectionBase)
Supported by the .NET Compact Framework. |
Gets the total number of elements in a collection. |
IsReadOnly (inherited from InternalDataCollectionBase)
Supported by the .NET Compact Framework. |
Gets a value indicating whether the InternalDataCollectionBase is read-only. |
IsSynchronized (inherited from InternalDataCollectionBase)
Supported by the .NET Compact Framework. |
Gets a value indicating whether the InternalDataCollectionBase is synchonized. |
Item |
Overloaded. Gets the specified DataTable object from the collection.
In C#, this property is the indexer for the DataTableCollection class. |
SyncRoot (inherited from InternalDataCollectionBase)
Supported by the .NET Compact Framework. |
Gets an object that can be used to synchronize the collection. |
Add
Supported by the .NET Compact Framework. |
Overloaded. Adds a DataTable object to the collection. |
AddRange
Supported by the .NET Compact Framework. |
Copies the elements of the specified DataTable array to the end of the collection. |
CanRemove
Supported by the .NET Compact Framework. |
Verifies if the specified DataTable object can be removed from the collection. |
Clear
Supported by the .NET Compact Framework. |
Clears the collection of all DataTable objects. |
Contains
Supported by the .NET Compact Framework. |
Gets a value indicating whether a DataTable object with the specified name exists in the collection. |
CopyTo (inherited from InternalDataCollectionBase)
Supported by the .NET Compact Framework. |
Copies all the elements of the current InternalDataCollectionBase to a one-dimensional Array, starting at the specified InternalDataCollectionBase index. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
GetEnumerator (inherited from InternalDataCollectionBase)
Supported by the .NET Compact Framework. |
Gets an IEnumerator for the collection. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
IndexOf
Supported by the .NET Compact Framework. |
Overloaded. Gets the index in the collection of the specified DataTable object. |
Remove
Supported by the .NET Compact Framework. |
Overloaded. Removes a specified DataTable object from the collection. |
RemoveAt
Supported by the .NET Compact Framework. |
Removes the DataTable object at the specified index from the collection. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. |
Returns a String that represents the current Object. |
CollectionChanged |
Occurs after the DataTableCollection is changed as a result of DataTable objects being added or removed. |
CollectionChanging |
Occurs while the DataTableCollection is changing as a result of DataTable objects being added or removed. |
List
Supported by the .NET Compact Framework. |
Overridden. Gets all of the DataTable objects in the collection as an array. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
OnCollectionChanged
Supported by the .NET Compact Framework. |
Raises the OnCollectionChanged event. |
OnCollectionChanging |
Raises the OnCollectionChanging event. |