Click or drag to resize

LiteDatabaseRenameCollection 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#
public bool RenameCollection(
	string oldName,
	string newName
)

Parameters

oldName  String
 
newName  String
 

Return Value

Boolean

Implements

ILiteDatabaseRenameCollection(String, String)
See Also