 | SphinxAttributeUpdateTUpdateableAddUpdateValue Method |
Adds one or more update values for the document with the specified id to the
UpdateValuesDictionary
collection.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic void AddUpdateValue(
long documentId,
params TUpdateable[] values
)
Public Sub AddUpdateValue (
documentId As Long,
ParamArray values As TUpdateable()
)
Parameters
- documentId
- Type: SystemInt64
The id document to add the updated values to. - values
- Type: TUpdateable
A sequence containing the updates values.
Exceptions
See Also