CopyTo Method (DbParameterBaseCollection)
Copies a
DbParameterBase objects from the
DbParameterBaseCollection to the specified array.
public override void CopyTo(
Array ,
int
)
'Declaration
Public Overrides Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
Parameters
- array
- The array into which to copy the DbParameterBase objects.
- index
- The zero-based index of the array.