Ejemplo n.º 1
0
        public static QueryTarget Resolve(ODataPath path)
        {
            QueryTarget target = new QueryTarget();

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

            return(target);
        }
Ejemplo n.º 2
0
        public static QueryTarget Resolve(ODataPath path)
        {
            QueryTarget target = new QueryTarget();
            path.WalkWith(target);
            target.resolved = true;

            return target;
        }