Click or drag to resize

UpdateAttributesOptions Enumeration

Represents the options for updating attributes.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
[FlagsAttribute]
public enum UpdateAttributesOptions
Members
  Member nameValueDescription
None0 Indicates no additional parameters.
IgnoreNonExistentColumn1 Ignore non-existent column when updating attributes
See Also