Click or drag to resize

SphinxQLRowUpdatedEventArgs Constructor

Initializes a new instance of the SphinxQLRowUpdatedEventArgs class.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public SphinxQLRowUpdatedEventArgs(
	DataRow dataRow,
	IDbCommand command,
	StatementType statementType,
	DataTableMapping tableMapping
)

Parameters

dataRow
Type: System.DataDataRow
The DataRow sent through an Update(DataSet).
command
Type: System.DataIDbCommand
The IDbCommand executed when Update(DataSet) is called.
statementType
Type: System.DataStatementType
The type of SQL statement executed.
tableMapping
Type: System.Data.CommonDataTableMapping
The DataTableMapping sent through an Update(DataSet).
See Also