BulkCopyMethod Enumeration

Determines the method used for bulk copying data.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public enum BulkCopyMethod

Members

Insert0 Use INSERT statements to copy data.
Replace1 Use REPLACE statements to copy data.

See Also