This topic has not yet been rated - Rate this topic

ITableMappingCollection Members

ITableMappingCollection overview

Public Properties

public propertyItem 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

public methodAdd

Supported by the .NET Compact Framework.

Adds a table mapping to the collection.
public methodContains

Supported by the .NET Compact Framework.

Gets a value indicating whether the collection contains a table mapping with the specified source table name.
public methodGetByDataSetTable

Supported by the .NET Compact Framework.

Gets the TableMapping object with the specified DataSet table name.
public methodIndexOf

Supported by the .NET Compact Framework.

Gets the location of the ITableMapping object within the collection.
public methodRemoveAt

Supported by the .NET Compact Framework.

Removes the ITableMapping object with the specified SourceTable name from the collection.

See Also

ITableMappingCollection Interface | System.Data Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.