ILiteDatabaseRenameCollection Method |
Rename a collection. Returns false if oldName does not exists or newName already exists
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool RenameCollection(
string oldName,
string newName
)
Parameters
- oldName String
-
- newName String
-
Return Value
Boolean
See Also