FndDataTableCollection.CopyTo Method |
Copies the elements of the System.Collections.ICollection to an FndDataTable array, starting at a particular FndDataTable array index.
Namespace:
Ifs.Fnd.Data
Assembly:
Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic void CopyTo(
FndDataTable[] tables,
int index
)
Parameters
- tables
- Type:Ifs.Fnd.Data.FndDataTable[]
The one-dimensional FndDataTable array that is the destination of the elements copied from System.Collections.ICollection. The FndDataTable array must have zero-based indexing. - index
- Type: System.Int32
The zero-based index in array at which copying begins.
See Also