 | BulkCopy Constructor |
Initializes a new instance of the
BulkCopy class.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic BulkCopy(
SphinxQLConnection connection,
string indexName
)
Public Sub New (
connection As SphinxQLConnection,
indexName As String
)
Parameters
- connection
- Type: SphinxConnector.SphinxQLSphinxQLConnection
The connection that should be used for the bulk copy operation. - indexName
- Type: SystemString
The name of the index to copy the data to.
Exceptions
See Also