Click or drag to resize

SphinxQLRowUpdatingEventArgs Properties

The SphinxQLRowUpdatingEventArgs type exposes the following members.

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
See Also