Click or drag to resize

SphinxQLDataAdapter Events

The SphinxQLDataAdapter type exposes the following members.

Events
  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventFillError
Returned when an error occurs during a fill operation.
(Inherited from DataAdapter.)
Public eventRowUpdated
Occurs during update after a command is executed against the data source.
Public eventRowUpdating
Occurs during update before a command is executed against the data source.
Top
See Also