The Return Pending Inserts property indicates whether pending insert rows can be returned.
object.Properties("Return Pending Inserts")
object
Expression that evaluates to an object in the Applies To list.
One of the following settings:
Value | Description |
---|---|
True | The methods that fetch rows, such as GetRows, Move, MoveNext, and MovePrevious can return pending insert rows (rows that have been inserted in delayed update mode but for which the Update method has not yet been called). |
False | The methods that fetch rows cannot return pending insert rows. |
adBoolean
Read-only
DBPROP_RETURNPENDINGINSERTS