SphinxQLRowUpdatedEventArgs Properties

Properties

Command Gets the SphinxQLCommand executed when Update is called.
ErrorsGets any errors generated by the .NET data provider when the Command was executed.
(Inherited from RowUpdatedEventArgs)
RecordsAffectedGets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Inherited from RowUpdatedEventArgs)
RowGets the DataRow sent through an Update(DataSet).
(Inherited from RowUpdatedEventArgs)
RowCountGets the number of rows processed in a batch of updated records.
(Inherited from RowUpdatedEventArgs)
StatementTypeGets the type of SQL statement executed.
(Inherited from RowUpdatedEventArgs)
StatusGets the UpdateStatus of the Command property.
(Inherited from RowUpdatedEventArgs)
TableMappingGets the DataTableMapping sent through an Update(DataSet).
(Inherited from RowUpdatedEventArgs)

See Also