首页 > TAG信息列表 > ClsName

C# linq 实现Rank Over Partition by

public class TData { public int Id { get; set; } public string StuName { get; set; } public string ClsName { get; set; } public decimal Score { get; set; } } public class ToolTest { [Fact]