DBExecution getRowAffected Method DataBaseExecutors
Get count of affected rows.
It is taken from the return of ExecuteNonQuery. So the value depends on each database provider's implementation.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public int getRowAffected()

Return Value

Type: Int32

[Missing <returns> documentation for "M:DataBaseExecutors.DBExecution.getRowAffected"]

See Also