Пример #1
0
        public static QueryTarget Resolve(ODataPath path)
        {
            QueryTarget target = new QueryTarget();

            path.WalkWith(target);
            target.resolved = true;

            return(target);
        }
Пример #2
0
        public static QueryTarget Resolve(ODataPath path)
        {
            QueryTarget target = new QueryTarget();
            path.WalkWith(target);
            target.resolved = true;

            return target;
        }