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 3ae660c commit d940948Copy full SHA for d940948
samples/Basic/Models/User.cs
@@ -2,7 +2,7 @@
2
3
namespace Basic.Models
4
{
5
- [Index(nameof(Created))]
+ [Index(nameof(Created), nameof(Id))]
6
public class User
7
8
public int Id { get; set; }
0 commit comments