You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by alexmurari January 13, 2022
Hi,
I'm looking for an interface like INaturalIdConvention, so I can apply the same casing style to the names of the columns that make up the natural id of my table.
NaturalId().Property(t => t.SomeProperty, /* Make column name snake case */); // <-- I want to move these to a convention.
Is there some way to do it using conventions? Or just manually for each natural id map?
The text was updated successfully, but these errors were encountered:
Discussed in #518
Originally posted by alexmurari January 13, 2022
Hi,
I'm looking for an interface like
INaturalIdConvention
, so I can apply the same casing style to the names of the columns that make up the natural id of my table.NaturalId().Property(t => t.SomeProperty, /* Make column name snake case */); // <-- I want to move these to a convention.
Is there some way to do it using conventions? Or just manually for each natural id map?
The text was updated successfully, but these errors were encountered: