Click or drag to resize
SphinxQLRowUpdatingEventArgs Constructor
Initializes a new instance of the SphinxQLRowUpdatingEventArgs class.

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

Parameters

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