-
Notifications
You must be signed in to change notification settings - Fork 0
DbObject and DbObjcetSD
Mustafa Rumeli edited this page Dec 3, 2018
·
3 revisions
Classes which represent a collection in mongodb shall inherit DbObject or DbObjectSD.
Other than DbObject, DbObjectSD provides an soft delete mechanism for the collection that means while deleting a row it won't actually delete it, only changes its "IsDeleted" property which is a byte to zero