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