RowsAffected Property (BLTComponent)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets the number of rows affected by the Business Logic Tier (BLT) operation.
If the Business Logic Tier (BLT) operation returns recordsets, then RowsAffected will contain the number of records in the most recently returned recordset. Otherwise, it contains the RowsAffected value set by the BLTProcessor.Process. This method is invoked automatically by the Business Logic Tier (BLT) infrastructure when a client calls a BLTComponent. It should not need to call this method directly.