Click or drag to resize

FndDataTableCollection Class

Tables contained in a DataSet.
Inheritance Hierarchy

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public class FndDataTableCollection : CollectionBase

The FndDataTableCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Retrieve a FndDataTable object within this collection
Top
Methods
  NameDescription
Public methodAdd()
Add a new FndDataTable object
Public methodAdd(FndDataTable)
Add a new FndDataTable object
Public methodClear
Clear this collection
Public methodContains
Determines whether the collection contains a specific value.
Public methodCopyTo
Copies the elements of the System.Collections.ICollection to an FndDataTable array, starting at a particular FndDataTable array index.
Public methodIndexOf
Determines the index of a specific item in the collection.
Public methodInsert
Inserts an item to the collection at the specified position.
Public methodRemove
Removes the first occurrence of a specific object from the collection.
Top
Events
  NameDescription
Public eventCollectionChanged
Occurs when collection is changed
Top
See Also