From fd4d4be7e6f6909fb9c19f389b5a13a1ecdb09f1 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Sat, 30 Nov 2024 19:25:34 +0500 Subject: [PATCH] Add support for overriding of the data --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd211e2..aabae52 100644 --- a/README.md +++ b/README.md @@ -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.