Click or drag to resize

SessionBaseNewOids Property

Collected Oid for newly persisted 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> NewOids { get; }

Property Value

Type: HashSetOid
See Also