Click or drag to resize

SessionBaseDeletedOids Property

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

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public HashSet<Oid> DeletedOids { get; }

Property Value

Type: HashSetOid
See Also