QEStatusBarManager.SetRowsAffected(Int64) Method

Definition

Sets rows affected.

public:
 void SetRowsAffected(long rows);
public void SetRowsAffected (long rows);
member this.SetRowsAffected : int64 -> unit
Public Sub SetRowsAffected (rows As Long)

Parameters

rows
Int64

An integer value that specifies the number of rows affected.

Applies to