You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a mongo collection with different types of documents. In C# it's a base class with deriving classes.
When I apply start-up migration for the different sub classes they will applied for other document types in the same collection as well.
Do you have plans to support inheritance?
The class name / document type is stored in _t
P.S.: awesome work :)
The text was updated successfully, but these errors were encountered:
Hi!
I have a mongo collection with different types of documents. In C# it's a base class with deriving classes.
When I apply start-up migration for the different sub classes they will applied for other document types in the same collection as well.
Do you have plans to support inheritance?
The class name / document type is stored in _t
P.S.: awesome work :)
The text was updated successfully, but these errors were encountered: