0 out of 1 rated this helpful - Rate this topic

DataTableMappingCollection Members

A collection of DataTableMapping objects. This class cannot be inherited.

The following tables list the members exposed by the DataTableMappingCollection type.

  Name Description
Public method Supported by the .NET Compact Framework DataTableMappingCollection Initializes a new instance of the DataTableMappingCollection class. This new instance is empty, that is, it does not yet contain any DataTableMapping objects.
Top
  Name Description
Public property Supported by the .NET Compact Framework Count Gets the number of DataTableMapping objects in the collection.
Public property Supported by the .NET Compact Framework Item Overloaded. Gets or sets the DataTableMapping object specified.
Top
(see also Protected Methods )
  Name Description
Public method Supported by the .NET Compact Framework Add Overloaded. Adds a DataTableMapping object to the collection.
Public method Supported by the .NET Compact Framework AddRange Overloaded. Copies the elements of a given array to the end of the collection.
Public method Supported by the .NET Compact Framework Clear Removes all DataTableMapping objects from the collection.
Public method Supported by the .NET Compact Framework Contains Overloaded. Gets a value indicating whether a particular DataTableMapping object exists in the collection.
Public method Supported by the .NET Compact Framework CopyTo Overloaded. Copies the elements of a given collection to the specified array.
Public method 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.)
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetByDataSetTable Gets the DataTableMapping object with the specified DataSet table name.
Public method Supported by the .NET Compact Framework GetEnumerator Gets an enumerator that can iterate through the collection.
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetLifetimeService  Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method Static Supported by the .NET Compact Framework GetTableMappingBySchemaAction Gets a DataColumnMapping object with the specified source table name and DataSet table name, using the given MissingMappingAction.
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework IndexOf Overloaded. Gets the location of the specified DataTableMapping object within the collection.
Public method Supported by the .NET Compact Framework IndexOfDataSetTable Gets the location of the DataTableMapping object with the specified DataSet table name.
Public method InitializeLifetimeService  Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method Supported by the .NET Compact Framework Insert Overloaded. Inserts an object into the DataTableMappingCollection at a specified index.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework Remove Overloaded. Removes a specified object from the collection.
Public method Supported by the .NET Compact Framework RemoveAt Overloaded. Removes the specified DataTableMapping object from the collection.
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top
  Name Description
Protected method Supported by the .NET Compact Framework 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.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject.)
Top
  Name Description
Explicit interface implementation Method Supported by the .NET Compact Framework System.Data.ITableMappingCollection.Add For a description of this member, see System.Data.ITableMappingCollection.Add.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Data.ITableMappingCollection.GetByDataSetTable For a description of this member, see ITableMappingCollection.GetByDataSetTable.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.IsSynchronized For a description of this member, see System.Collections.ICollection.IsSynchronized.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.SyncRoot For a description of this member, see System.Collections.ICollection.SyncRoot.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsFixedSize For a description of this member, see System.Collections.IList.IsFixedSize.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsReadOnly For a description of this member, see System.Collections.IList.IsReadOnly.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.Item For a description of this member, see System.Collections.IList.Item(System.Int32).
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.ITableMappingCollection.Item For a description of this member, see System.Data.ITableMappingCollection.Item(System.String).
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.