Sphinx QLParameter CollectionCopy To Method
Copies all the elements of the current SphinxQLParameterCollection to the specified one-dimensional Array
starting at the specified destination Array index.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override void CopyTo(
Array array,
int index
)VB
Public Overrides Sub CopyTo (
array As Array,
index As Integer
)Parameters
- array Array
- The one-dimensional Array that is the destination of the elements copied from the current SphinxQLParameterCollection.
- index Int32
- A 32-bit integer that represents the index in the Array at which copying starts.