The Strong Row Identity property indicates whether the handles of newly inserted rows can be compared.
object.Properties("Strong Row Identity")
object
Expression that evaluates to an object in the Applies To list.
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. |
adBoolean
Read-only
DBPROP_STRONGIDENTITY
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.