Click or drag to resize

SphinxQLRowUpdatingEventArgs Class

Provides the data for the RowUpdating event of a SphinxQLDataAdapter.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.Data.CommonRowUpdatingEventArgs
      SphinxConnector.SphinxQLSphinxQLRowUpdatingEventArgs

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public sealed class SphinxQLRowUpdatingEventArgs : RowUpdatingEventArgs

The SphinxQLRowUpdatingEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSphinxQLRowUpdatingEventArgs Initializes a new instance of the SphinxQLRowUpdatingEventArgs class.
Top
Properties
 NameDescription
Public propertyCommand Gets or sets the SphinxQLCommand to execute when performing the Update(DataSet).
Public propertyErrorsGets any errors generated by the .NET Framework data provider when the Command executes.
(Inherited from RowUpdatingEventArgs)
Public propertyRowGets the DataRow that will be sent to the server as part of an insert, update, or delete operation.
(Inherited from RowUpdatingEventArgs)
Public propertyStatementTypeGets the type of SQL statement to execute.
(Inherited from RowUpdatingEventArgs)
Public propertyStatusGets or sets the UpdateStatus of the Command property.
(Inherited from RowUpdatingEventArgs)
Public propertyTableMappingGets the DataTableMapping to send through the Update(DataSet).
(Inherited from RowUpdatingEventArgs)
Top
Methods
 NameDescription
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