Click or drag to resize

SphinxQLRowUpdatingEventArgs Constructor

Initializes a new instance of the SphinxQLRowUpdatingEventArgs class.

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

Parameters

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