Click or drag to resize

LiteEngineRenameCollection Method

Rename a collection (do not support transactions)

Namespace: Internal.LiteDB.Engine
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool RenameCollection(
	string collection,
	string newName
)

Parameters

collection  String
 
newName  String
 

Return Value

Boolean

Implements

ILiteEngineRenameCollection(String, String)
See Also