DBPROP_CHANGEINSERTEDROWS
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? N
Type: VT_BOOL
Typical R/W: R/W
Description: Change Inserted Rows
Value |
Meaning |
---|---|
VARIANT_TRUE |
The consumer can call IRowsetChange::DeleteRows or IRowsetChange::SetData for newly inserted rows. |
VARIANT_FALSE |
If the consumer calls IRowsetChange::DeleteRows or IRowsetChange::SetData for newly inserted rows, DeleteRows returns a status of DBROWSTATUS_E_NEWLYINSERTED for the row and SetData returns DB_E_NEWLYINSERTED. |
Note
A newly inserted row is defined to be a row for which the insertion has been transmitted to the data source object, as opposed to a pending insert row. For some providers, this property may imply other properties.