DataTableMappingCollection Methods
.NET Framework 3.5
The DataTableMappingCollection type exposes the following members.
| 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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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. |
|
MemberwiseClone | Overloaded. |
|
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 | |
|---|---|---|
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |