Add ReflectionExtensions for property lookup by column name

Introduced a static ReflectionExtensions class with a GetValueByColumnName extension method to retrieve property values by their [Column] attribute name. Also removed an unused folder reference from the project file.
This commit is contained in:
2026-03-26 13:16:04 +01:00
parent e96773f3c4
commit d8aa032a57
2 changed files with 19 additions and 1 deletions

View File

@@ -25,7 +25,6 @@
<ItemGroup>
<Folder Include="Common\Behaviors\Action\" />
<Folder Include="Common\Options\DbModel\" />
</ItemGroup>
</Project>