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