Skip to content

Commit

Permalink
Add support for overriding of the data
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Nov 30, 2024
1 parent 4ea6396 commit fd4d4be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public partial class DataContext
}
```

You can override column names and table names of the entity using attributes from `System.ComponentModel.DataAnnotations.Schema` namespace.

# Temporary limitations or plans
Current version of library has several limitations which not because it cannot be implemented reasonably,
but because there was lack of time to think through all options. So I list all current limitations, so any user would be aware about them.
Expand Down

0 comments on commit fd4d4be

Please sign in to comment.