Strong Row Identity Property
From ADO and SQL Server
ADO and SQL Server
Strong Row Identity Property
The Strong Row Identity property indicates whether the handles of newly inserted rows can be compared.
Applies To
| Command Object | Recordset Object |
Syntax
object.Properties("Strong Row Identity")
Parts
object
Expression that evaluates to an object in the Applies To list.
Returns
One of the following settings:
| Value | Description |
|---|---|
| True | The handles of newly inserted rows can be compared as specified by the Literal Row Identity property. |
| False | There is no guarantee that the handles of newly inserted rows can be compared successfully. |
Data Type
adBoolean
Modifiable
Read-only
OLE DB Property
DBPROP_STRONGIDENTITY
Remarks
A newly inserted row is defined as a row for which an insertion has been transmitted to the data source object, as opposed to a pending insert row.