DataTableMappingCollection Methods
.NET Framework 4.5
The DataTableMappingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(Object) | Adds an Object that is a table mapping to the collection. |
|
Add(String, String) | Adds a DataTableMapping object to the collection when given a source table name and a DataSet table name. |
|
AddRange(Array) | Copies the elements of the specified Array to the end of the collection. |
|
AddRange(DataTableMapping[]) | Copies the elements of the specified DataTableMapping array to the end of the collection. |
|
Clear | Removes all DataTableMapping objects from the collection. |
|
Contains(Object) | Gets a value indicating whether the given DataTableMapping object exists in the collection. |
|
Contains(String) | Gets a value indicating whether a DataTableMapping object with the specified source table name exists in the collection. |
|
CopyTo(Array, Int32) | Copies the elements of the DataTableMappingCollection to the specified array. |
|
CopyTo(DataTableMapping[], Int32) | Copies the elements of the DataTableMapping 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(Object) | Determines whether the specified object is equal to the current object. (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(Object) | Gets the location of the specified DataTableMapping object within the collection. |
|
IndexOf(String) | Gets the location of the DataTableMapping object with the specified source table name. |
|
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(Int32, DataTableMapping) | Inserts a DataTableMapping object into the DataTableMappingCollection at the specified index. |
|
Insert(Int32, Object) | Inserts a DataTableMapping object into the DataTableMappingCollection at the specified index. |
|
Remove(DataTableMapping) | Removes the specified DataTableMapping object from the collection. |
|
Remove(Object) | Removes the specified DataTableMapping object from the collection. |
|
RemoveAt(Int32) | Removes the DataTableMapping object located at the specified index from the collection. |
|
RemoveAt(String) | Removes the DataTableMapping object with the specified source table name from the collection. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast<TResult> | Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
|
ITableMappingCollection.Add | Adds a table mapping to the collection. |
|
ITableMappingCollection.GetByDataSetTable | Gets the TableMapping object with the specified DataSet table name. |