Click or drag to resize

SessionNoServerShared.Open Method (Database, UInt64, Boolean, List<IOptimizedPersistable>, 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: VelocityDb.Database

[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: System.UInt64

[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: System.Boolean

[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.Generic.List<IOptimizedPersistable>

[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: System.Boolean

[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: System.Int32

[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: System.Int32

[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