Click or drag to resize

LiteEngineDropCollection Method

Drop collection including all documents, indexes and extended pages (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 DropCollection(
	string name
)

Parameters

name  String
 

Return Value

Boolean

Implements

ILiteEngineDropCollection(String)
See Also