OptimizedPersistablePersistMyReferences Method |
Persists references from this object
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual void PersistMyReferences(
SessionBase session,
bool inFlush
)
Public Overridable Sub PersistMyReferences (
session As SessionBase,
inFlush As Boolean
)
public:
virtual void PersistMyReferences(
SessionBase^ session,
bool inFlush
)
abstract PersistMyReferences :
session : SessionBase *
inFlush : bool -> unit
override PersistMyReferences :
session : SessionBase *
inFlush : bool -> unit
Parameters
- session
- Type: VelocityDb.SessionSessionBase
The session managing this object - inFlush
- Type: SystemBoolean
are we in a page flush
Implements
IOptimizedPersistablePersistMyReferences(SessionBase, Boolean)See Also