Return Pending Inserts Property

ADO and SQL Server

ADO and SQL Server

Return Pending Inserts Property

The Return Pending Inserts property indicates whether pending insert rows can be returned.

Applies To
Command Object Recordset Object
Syntax

object.Properties("Return Pending Inserts")

Parts

object

Expression that evaluates to an object in the Applies To list.

Returns

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.

Data Type

adBoolean

Modifiable

Read-only

OLE DB Property

DBPROP_RETURNPENDINGINSERTS