 | IFulltextSessionFlushChangesAsync Method |
Asynchronously flushes all pending changes, i.e. all changes made via
Save and
Delete
since the start of the session or since the last call to
FlushChanges. All statements
are executed within one transaction.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxFunction FlushChangesAsync As Task
Return Value
TaskA task representing the asynchronous operation.
Exceptions
See Also