Decimal precision and scale in EF Code First

I’m experimenting with this code-first approach, but I’m find out now that a property of type System.Decimal gets mapped to a sql column of type decimal(18, 0).

How do I set the precision of the database column?

17 Answers
17

Leave a Comment