Sphinx QLRow Updated Event Args Constructor
Initializes a new instance of the SphinxQLRowUpdatedEventArgs class.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLRowUpdatedEventArgs(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)VB
Public Sub New (
dataRow As DataRow,
command As IDbCommand,
statementType As StatementType,
tableMapping As DataTableMapping
)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).