NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.LiteDB
LiteDatabase Class
LiteDatabase Methods
BeginTrans Method
Checkpoint Method
CollectionExists Method
Commit Method
Dispose Method
DropCollection Method
Execute Method
Finalize Method
GetCollection Method
GetCollectionNames Method
GetStorage<TFileId> Method
Pragma Method
Rebuild Method
RenameCollection Method
Rollback Method
Lite
Database
Collection
Exists Method
Checks if a collection exists on database. Collection name is case insensitive
Namespace:
Internal.LiteDB
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
Copy
public
bool
CollectionExists
(
string
name
)
Parameters
name
String
Return Value
Boolean
Implements
ILiteDatabase
CollectionExists(String)
See Also
Reference
LiteDatabase Class
Internal.LiteDB Namespace
Copyright 2026 NeoAxis Group. All rights reserved.