Click or drag to resize

SessionNoServerSharedOpen Method (Database, UInt64, Boolean, ListIOptimizedPersistable, Boolean, Int32, Int32)

For internal usage only, used in generated code

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override IOptimizedPersistable Open(
	Database db,
	ulong oid,
	bool update,
	List<IOptimizedPersistable> toLoadMembers,
	bool inFlush,
	int graphDepth = 0,
	int graphDepthToLoad = 2147483647
)

Parameters

db
Type: VelocityDbDatabase

[Missing <param name="db"/> documentation for "M:VelocityDb.Session.SessionNoServerShared.Open(VelocityDb.Database,System.UInt64,System.Boolean,System.Collections.Generic.List{VelocityDb.IOptimizedPersistable},System.Boolean,System.Int32,System.Int32)"]

oid
Type: SystemUInt64

[Missing <param name="oid"/> documentation for "M:VelocityDb.Session.SessionNoServerShared.Open(VelocityDb.Database,System.UInt64,System.Boolean,System.Collections.Generic.List{VelocityDb.IOptimizedPersistable},System.Boolean,System.Int32,System.Int32)"]

update
Type: SystemBoolean

[Missing <param name="update"/> documentation for "M:VelocityDb.Session.SessionNoServerShared.Open(VelocityDb.Database,System.UInt64,System.Boolean,System.Collections.Generic.List{VelocityDb.IOptimizedPersistable},System.Boolean,System.Int32,System.Int32)"]

toLoadMembers
Type: System.Collections.GenericListIOptimizedPersistable

[Missing <param name="toLoadMembers"/> documentation for "M:VelocityDb.Session.SessionNoServerShared.Open(VelocityDb.Database,System.UInt64,System.Boolean,System.Collections.Generic.List{VelocityDb.IOptimizedPersistable},System.Boolean,System.Int32,System.Int32)"]

inFlush
Type: SystemBoolean

[Missing <param name="inFlush"/> documentation for "M:VelocityDb.Session.SessionNoServerShared.Open(VelocityDb.Database,System.UInt64,System.Boolean,System.Collections.Generic.List{VelocityDb.IOptimizedPersistable},System.Boolean,System.Int32,System.Int32)"]

graphDepth (Optional)
Type: SystemInt32

[Missing <param name="graphDepth"/> documentation for "M:VelocityDb.Session.SessionNoServerShared.Open(VelocityDb.Database,System.UInt64,System.Boolean,System.Collections.Generic.List{VelocityDb.IOptimizedPersistable},System.Boolean,System.Int32,System.Int32)"]

graphDepthToLoad (Optional)
Type: SystemInt32

[Missing <param name="graphDepthToLoad"/> documentation for "M:VelocityDb.Session.SessionNoServerShared.Open(VelocityDb.Database,System.UInt64,System.Boolean,System.Collections.Generic.List{VelocityDb.IOptimizedPersistable},System.Boolean,System.Int32,System.Int32)"]

Return Value

Type: IOptimizedPersistable

[Missing <returns> documentation for "M:VelocityDb.Session.SessionNoServerShared.Open(VelocityDb.Database,System.UInt64,System.Boolean,System.Collections.Generic.List{VelocityDb.IOptimizedPersistable},System.Boolean,System.Int32,System.Int32)"]

See Also