Click or drag to resize

SphinxQLRowUpdatedEventArgs Constructor

Initializes a new instance of the SphinxQLRowUpdatedEventArgs class.

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

Parameters

dataRow  DataRow
The DataRow sent through an Update(DataSet).
command  IDbCommand
The IDbCommand executed when Update(DataSet) is called.
statementType  StatementType
The type of SQL statement executed.
tableMapping  DataTableMapping
The DataTableMapping sent through an Update(DataSet).
See Also