SphinxQLRowUpdatingEventArgs Class

Provides the data for the RowUpdating event of a SphinxQLDataAdapter.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public sealed class SphinxQLRowUpdatingEventArgs : RowUpdatingEventArgs
Inheritance
Object    EventArgs    RowUpdatingEventArgs    SphinxQLRowUpdatingEventArgs

Constructors

SphinxQLRowUpdatingEventArgs Initializes a new instance of the SphinxQLRowUpdatingEventArgs class.

Properties

Command Gets or sets the SphinxQLCommand to execute when performing the Update(DataSet).
ErrorsGets any errors generated by the .NET data provider when the Command executes.
(Inherited from RowUpdatingEventArgs)
RowGets the DataRow that will be sent to the server as part of an insert, update, or delete operation.
(Inherited from RowUpdatingEventArgs)
StatementTypeGets the type of SQL statement to execute.
(Inherited from RowUpdatingEventArgs)
StatusGets or sets the UpdateStatus of the Command property.
(Inherited from RowUpdatingEventArgs)
TableMappingGets the DataTableMapping to send through the Update(DataSet).
(Inherited from RowUpdatingEventArgs)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also