Click or drag to resize

SphinxQLRowUpdatedEventArgs Class

Provides data for the RowUpdated event of a SphinxQLDataAdapter.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.Data.CommonRowUpdatedEventArgs
      SphinxConnector.SphinxQLSphinxQLRowUpdatedEventArgs

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.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 propertyErrorsGets any errors generated by the .NET Framework data provider when the Command was executed.
(Inherited from RowUpdatedEventArgs)
Public propertyRecordsAffectedGets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Inherited from RowUpdatedEventArgs)
Public propertyRowGets the DataRow sent through an Update(DataSet).
(Inherited from RowUpdatedEventArgs)
Public propertyRowCountGets the number of rows processed in a batch of updated records.
(Inherited from RowUpdatedEventArgs)
Public propertyStatementTypeGets the type of SQL statement executed.
(Inherited from RowUpdatedEventArgs)
Public propertyStatusGets the UpdateStatus of the Command property.
(Inherited from RowUpdatedEventArgs)
Public propertyTableMappingGets 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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also