如何统计这个DataSources类的属性呢?答案应该是“3”
DataSources
public class DataSources { public int Id { get; set; } public string Name { get; set; } public string Phone { get; set; } }
c# asp.net-mvc webforms asp.net-core
asp.net-core ×1
asp.net-mvc ×1
c# ×1
webforms ×1