Click or drag to resize

SphinxQLRowUpdatedEventArgs Class

Provides data for the RowUpdated event of a SphinxQLDataAdapter.
Inheritance Hierarchy

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public sealed class SphinxQLRowUpdatedEventArgs : RowUpdatedEventArgs

The SphinxQLRowUpdatedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSphinxQLRowUpdatedEventArgs
Initializes a new instance of the SphinxQLRowUpdatedEventArgs class.
Top
Properties
  NameDescription
Public propertyCommand
Gets the SphinxQLCommand executed when Update is called.
Public propertyErrors
Gets any errors generated by the .NET Framework data provider when the Command was executed.
(Inherited from RowUpdatedEventArgs.)
Public propertyRecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Inherited from RowUpdatedEventArgs.)
Public propertyRow
Gets the DataRow sent through an Update(DataSet).
(Inherited from RowUpdatedEventArgs.)
Public propertyRowCount
Gets the number of rows processed in a batch of updated records.
(Inherited from RowUpdatedEventArgs.)
Public propertyStatementType
Gets the type of SQL statement executed.
(Inherited from RowUpdatedEventArgs.)
Public propertyStatus
Gets the UpdateStatus of the Command property.
(Inherited from RowUpdatedEventArgs.)
Public propertyTableMapping
Gets the DataTableMapping sent through an Update(DataSet).
(Inherited from RowUpdatedEventArgs.)
Top
Methods
  NameDescription
Public methodCopyToRows(DataRow)
Copies references to the modified rows into the provided array.
(Inherited from RowUpdatedEventArgs.)
Public methodCopyToRows(DataRow, Int32)
Copies references to the modified rows into the provided array.
(Inherited from RowUpdatedEventArgs.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also