This topic has not yet been rated - Rate this topic

DataTableMappingCollection Methods

The DataTableMappingCollection type exposes the following members.

  NameDescription
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Add Overloaded. Adds a DataTableMapping object to the collection.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework AddRange Overloaded. Copies the elements of a given array to the end of the collection.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Clear Removes all DataTableMapping objects from the collection.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Contains Overloaded. Gets a value indicating whether a particular DataTableMapping object exists in the collection.
Public method Supported by the .NET Compact Framework Supported by the XNA 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 Supported by the XNA Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetByDataSetTable Gets the DataTableMapping object with the specified DataSet table name.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetEnumerator Gets an enumerator that can iterate through the collection.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetHashCode Serves as a hash function for a particular type. (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 member Supported by the .NET Compact Framework Supported by the XNA 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 Supported by the XNA Framework GetType Gets the type of the current instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework IndexOf Overloaded. Gets the location of the specified DataTableMapping object within the collection.
Public method Supported by the .NET Compact Framework Supported by the XNA 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 Supported by the XNA Framework Insert Overloaded. Inserts an object into the DataTableMappingCollection at a specified index.
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework MemberwiseClone Overloaded.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Remove Overloaded. Removes a specified object from the collection.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework RemoveAt Overloaded. Removes the specified DataTableMapping object from the collection.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework ToString Returns a string that represents the current object. (Inherited from Object.)
Top
  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.