DataTableMappingCollection Members
.NET Framework 2.0
A collection of DataTableMapping objects. This class cannot be inherited.
The following tables list the members exposed by the DataTableMappingCollection type.
| Name | Description | |
|---|---|---|
| DataTableMappingCollection | Initializes a new instance of the DataTableMappingCollection class. This new instance is empty, that is, it does not yet contain any DataTableMapping objects. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Overloaded. Adds a DataTableMapping object to the collection. |
| AddRange | Overloaded. Copies the elements of a given array to the end of the collection. |
| Clear | Removes all DataTableMapping objects from the collection. |
| Contains | Overloaded. Gets a value indicating whether a particular DataTableMapping object exists in the collection. |
| CopyTo | Overloaded. Copies the elements of a given collection to the specified array. |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetByDataSetTable | Gets the DataTableMapping object with the specified DataSet table name. |
| GetEnumerator | Gets an enumerator that can iterate through the collection. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| GetTableMappingBySchemaAction | Gets a DataColumnMapping object with the specified source table name and DataSet table name, using the given MissingMappingAction. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IndexOf | Overloaded. Gets the location of the specified DataTableMapping object within the collection. |
| IndexOfDataSetTable | Gets the location of the DataTableMapping object with the specified DataSet table name. |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| Insert | Overloaded. Inserts an object into the DataTableMappingCollection at a specified index. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Overloaded. Removes a specified object from the collection. |
| RemoveAt | Overloaded. Removes the specified DataTableMapping object 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 | Overloaded. (Inherited from MarshalByRefObject.) |
| Name | Description | |
|---|---|---|
| System.Data.ITableMappingCollection.Add | For a description of this member, see System.Data.ITableMappingCollection.Add. |
| System.Data.ITableMappingCollection.GetByDataSetTable | For a description of this member, see ITableMappingCollection.GetByDataSetTable. |
| System.Collections.ICollection.IsSynchronized | For a description of this member, see System.Collections.ICollection.IsSynchronized. |
| System.Collections.ICollection.SyncRoot | For a description of this member, see System.Collections.ICollection.SyncRoot. |
| System.Collections.IList.IsFixedSize | For a description of this member, see System.Collections.IList.IsFixedSize. |
| System.Collections.IList.IsReadOnly | For a description of this member, see System.Collections.IList.IsReadOnly. |
| System.Collections.IList.Item | For a description of this member, see System.Collections.IList.Item(System.Int32). |
| System.Data.ITableMappingCollection.Item | For a description of this member, see System.Data.ITableMappingCollection.Item(System.String). |