System.Data.DataExpression.HasLocalAggregate C# (CSharp) 메소드

HasLocalAggregate() 개인적인 메소드

private HasLocalAggregate ( ) : bool
리턴 bool
        internal bool HasLocalAggregate()
        {
            if (_expr != null)
                return _expr.HasLocalAggregate();
            else
                return false;
        }