Click or drag to resize

IndexesOpen Method

[Missing <summary> documentation for "M:VelocityDb.Indexing.Indexes.Open(VelocityDb.Session.SessionBase,System.Boolean)"]

Namespace:  VelocityDb.Indexing
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static Indexes Open(
	SessionBase session,
	bool update
)

Parameters

session
Type: VelocityDb.SessionSessionBase

[Missing <param name="session"/> documentation for "M:VelocityDb.Indexing.Indexes.Open(VelocityDb.Session.SessionBase,System.Boolean)"]

update
Type: SystemBoolean

[Missing <param name="update"/> documentation for "M:VelocityDb.Indexing.Indexes.Open(VelocityDb.Session.SessionBase,System.Boolean)"]

Return Value

Type: Indexes

[Missing <returns> documentation for "M:VelocityDb.Indexing.Indexes.Open(VelocityDb.Session.SessionBase,System.Boolean)"]

See Also