sapiens / SqlFu

Fast and versatile .net core data mapper/micro-orm
Other
229 stars 50 forks source link

Included Ignore Attribute #46

Closed luisvsilva closed 9 years ago

luisvsilva commented 9 years ago

Logic to ignore columns marked with the Ignore attribute when parsing POCOs properties

Fix issue #44

Can someone please review this pull request, i cannot compile the project version 4.5 since I believe stylecop is required, so i cannot run the unit tests. v4 is currently working ok on my project with the changes i made.