Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

There is a convention interface for NaturalId, like INaturalIdConvention? #518

Unanswered
alexmurari asked this question in Q&A
Discussion options

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?

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.