We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e490683 commit 36e3836Copy full SHA for 36e3836
README.md
@@ -79,6 +79,13 @@ public class Person : Identifiable<Guid>
79
{ }
80
```
81
82
+You can use the non-generic `Identifiable` if your primary key is an integer:
83
+
84
+```csharp
85
+public class Person : Identifiable
86
+{ }
87
+```
88
89
#### Specifying Public Attributes
90
91
If you want an attribute on your model to be publicly available,
0 commit comments