Click or drag to resize

ILiteDatabaseRenameCollection Method

Rename a collection. Returns false if oldName does not exists or newName already exists

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

Parameters

oldName  String
 
newName  String
 

Return Value

Boolean
See Also