Click or drag to resize

BulkCopyMethod Enumeration

Determines the method used for bulk copying data.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public enum BulkCopyMethod
Members
Member nameValueDescription
Insert0 Use INSERT statements to copy data.
Replace1 Use REPLACE statements to copy data.
See Also