Inheritance: Shaolinq.Persistence.Linq.Expressions.SqlExpressionVisitor
コード例 #1
0
		public static Expression Coalesce(Expression expression)
		{
			var coalescer = new SqlSumAggregatesDefaultValueCoalescer();

			return coalescer.Visit(expression);
		}
コード例 #2
0
        public static Expression Coalesce(Expression expression)
        {
            var coalescer = new SqlSumAggregatesDefaultValueCoalescer();

            return(coalescer.Visit(expression));
        }