ILiteRepositoryDeleteT Method |
Delete entity based on _id key
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool Delete<T>(
BsonValue id,
string collectionName = null
)
Parameters
- id BsonValue
-
- collectionName String (Optional)
-
Type Parameters
- T
Return Value
Boolean
See Also