Copies fields from the collection to an array, starting at a particular array index.
[Visual Basic]
Public Sub CopyTo( _
ByVal fields() As Field, _
ByVal index As Integer _
)
Parameters
- fields
- The array containing the copied fields.
- index
- The insertion index in the collection.
See Also
FieldCollection Class
| FieldCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.