Select (x=> new { x.ID, x.Name, x.ShortName }).ToList(); Правильно: using var ctx = new EFCoreTestContext(optionsBuilder.Options); ...
確定! 回上一頁