Rebuilds the index.
Namespace:
Mindscape.LightSpeed.SearchAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public void Rebuild( IsolationLevel isolationLevel, params Type[] types ) |
Visual Basic (Declaration) |
---|
Public Sub Rebuild ( _ isolationLevel As IsolationLevel, _ ParamArray types As Type() _ ) |
Parameters
- isolationLevel
- Type: System.Data..::.IsolationLevel
The isolatation level used for the data retrieval transaction.
- types
- Type: array<
System..::.Type
>[]()[]
A collection of LightSpeed types that should be indexed.