ITableMappingCollection Members
.NET Framework 1.1
ITableMappingCollection overview
Public Properties
Item | Gets or sets the instance of ITableMapping with the specified SourceTable name.
In C#, this property is the indexer for the ITableMappingCollection class. |
Public Methods
Add Supported by the .NET Compact Framework. | Adds a table mapping to the collection. |
Contains Supported by the .NET Compact Framework. | Gets a value indicating whether the collection contains a table mapping with the specified source table name. |
GetByDataSetTable Supported by the .NET Compact Framework. | Gets the TableMapping object with the specified DataSet table name. |
IndexOf Supported by the .NET Compact Framework. | Gets the location of the ITableMapping object within the collection. |
RemoveAt Supported by the .NET Compact Framework. | Removes the ITableMapping object with the specified SourceTable name from the collection. |
