asp.net高手来,奇怪的语句,来解释一下
如题:
using (IntegratedSuperviseEntities entitys = new IntegratedSuperviseEntities(this.connectionString)) { var cus = from template in entitys.Tbl_AttachmentTemplate orderby template.CreateTime descending select template; return cus.ToArray(); }