DataTableMappingCollection Methods
.NET Framework 3.0
(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. (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) |