neisbut / EntityFramework.MemoryJoin

Extension for EntityFramework for joins to in-memory data
MIT License
56 stars 24 forks source link

Is there a way to extend QueryModelClass properties? #33

Open Vagele opened 1 year ago

Vagele commented 1 year ago

Is there a way to extend QueryModelClass properties? For example to add and extra public string String4 { get; set; }.

Thanks in advance.