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: 11.1.0.0 (11.1)
Syntax
public HashSet<Oid> DeletedOids { get; }

Property Value

Type: HashSetOid
See Also