is there anyway to create unique key in model first approach? I tried but does not found any property in property box.
Creating Unique Key in Entity Framework Model First approach
88 views Asked by Parveen At
1
is there anyway to create unique key in model first approach? I tried but does not found any property in property box.
With data-annotations
[Key]
attribute over the property.With fluent API