ILiteRepositoryUpdateT(T, String) Method |
Update a document into collection. Returns false if not found document in collection
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool Update<T>(
T entity,
string collectionName = null
)
Parameters
- entity T
-
- collectionName String (Optional)
-
Type Parameters
- T
Return Value
Boolean
See Also