using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Linq.Expressions; namespace Bowin.Common.Linq.Entity { public class OrderbyView { public Expression> OrderExp { get; set; } public bool IsDescending { get; set; } } }