Click or drag to resize

SessionBasePersist Method

Overload List
  NameDescription
Public methodPersist(Object)
This is the recommended way of persisting objects, it is simple and efficient. Each type is stored in its own database.
Public methodPersist(IOptimizedPersistable, NullableUInt16)
This is the recommended way of persisting objects, it is simple and efficient. Each type is stored in its own database unless object class overrides PlacementDatabaseNumber and returns something other than DefaultPlacementDatabaseNumber.
Public methodPersist(Placement, IOptimizedPersistable)
Persist an object that is an OptimizedPersistable or a subclass
Public methodPersist(Object, IOptimizedPersistable, Boolean)
Persist an object that may or may not be a subclass of OptimizedPersistable
Public methodPersist(Object, Placement, Boolean)
Persist an object that may or may not be a subclass of OptimizedPersistable
Public methodPersist(Placement, IOptimizedPersistable, Schema, UInt16, Boolean, QueueIOptimizedPersistable)
Persists an object
Top
See Also