Click or drag to resize

SessionBaseUpdatedOids Property

Collected Oid for updated objects within an update transaction. Ids are only collected if NotifyBeforeCommit is non null.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public HashSet<Oid> UpdatedOids { get; }

Property Value

Type: HashSetOid
See Also