2018-03-26 21:42:49 -04:00
|
|
|
|
using PoweredSoft.DynamicLinq.Dal.Pocos;
|
|
|
|
|
using PoweredSoft.DynamicLinq.Helpers;
|
2018-03-26 17:14:01 -04:00
|
|
|
|
using PoweredSoft.DynamicLinq.Test;
|
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Linq.Expressions;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace PoweredSoft.DynamicLinq.ConsoleApp
|
|
|
|
|
{
|
2018-03-27 20:06:04 -04:00
|
|
|
|
public class SelectExpression
|
2018-03-26 17:14:01 -04:00
|
|
|
|
{
|
|
|
|
|
static void Main(string[] args)
|
|
|
|
|
{
|
2019-11-11 19:37:14 -05:00
|
|
|
|
|
2018-03-27 20:06:04 -04:00
|
|
|
|
}
|
|
|
|
|
|
2018-03-26 17:14:01 -04:00
|
|
|
|
}
|
|
|
|
|
}
|