Skip to content

DbObject and DbObjcetSD

Mustafa Rumeli edited this page Dec 3, 2018 · 3 revisions

DbObject and # DbObjcetSD ### are abstract classes that we use for identifying mongodb collection.

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

Clone this wiki locally