Etc*_*lon 5 c# indexing mongodb mongodb-.net-driver
Using MongoDB C# Driver 2.3, what's the strongly typed version of the following code?
database.GetCollection<GamePlay>()
.Indexes
.CreateOne("{ \"PartiesInGame.Username\": 1 }");
Run Code Online (Sandbox Code Playgroud)
GamePlay有一个IEnumerable<PartyInGame>,其中PartyInGame有一个public string Username { get; set; }
| 归档时间: |
|
| 查看次数: |
679 次 |
| 最近记录: |