BulkCopy Constructor

Initializes a new instance of the BulkCopy class.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public BulkCopy(
	SphinxQLConnection connection,
	string indexName
)

Parameters

connection  SphinxQLConnection
The connection that should be used for the bulk copy operation.
indexName  String
The name of the index to copy the data to.

Exceptions

See Also