Initializes a new instance of the
Indexes class
Namespace:
VelocityDb.Indexing
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public Indexes(
SessionBase session
)
Public Sub New (
session As SessionBase
)
public:
Indexes(
SessionBase^ session
)
new :
session : SessionBase -> Indexes
Parameters
- session
- Type: VelocityDb.SessionSessionBase
[Missing <param name="session"/> documentation for "M:VelocityDb.Indexing.Indexes.#ctor(VelocityDb.Session.SessionBase)"]
See Also