Zaid-Ajaj / LiteDB.FSharp

Advanced F# Support for LiteDB, an embedded NoSql database for .NET with type-safe query expression through F# quotations
MIT License
181 stars 20 forks source link

Also find inheritedType from property #19

Closed humhei closed 6 years ago

humhei commented 6 years ago

Before this PR We only find registered inheritedType by fields Now we can find registered inheritedType by properties Comparing object type, CLIMutable Record type generate a free constructor and equality I am now using CLIMutable Record type more often So i implement this

Zaid-Ajaj commented 6 years ago

Cool! Let me know when you want to merge this so I can publish a new version of it :smile: