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; }
Public ReadOnly Property UpdatedOids As HashSet(Of Oid)
Get
public:
property HashSet<Oid>^ UpdatedOids {
HashSet<Oid>^ get ();
}
member UpdatedOids : HashSet<Oid> with get
Property Value
Type:
HashSetOidSee Also