Example #1
0
    private anon_4ffac12ed6584b16899a543ed6d6662c Copy_b61c904ef77340c7a325b94a561002ec(DynamicObject o)
    {
        anon_4ffac12ed6584b16899a543ed6d6662c t = new anon_4ffac12ed6584b16899a543ed6d6662c();

        t.DynamicObject = o;
        return(t);
    }
Example #2
0
    private Table <ResultRow> Select_43e9593ca897423489a7897dfe7490df()
    {
        Call(4);
        RuntimeTable <ResultRow> result = new RuntimeTable <ResultRow>();

        result.AddColumn("upc");
        result.AddColumn("url");
        CodeTable <anon_4ffac12ed6584b16899a543ed6d6662c>   fromTable = From_0b0a762c6e4644bdb952952b82e89af5();
        IEnumerator <anon_4ffac12ed6584b16899a543ed6d6662c> x         = fromTable.GetEnumerator();

        for (
            ; x.MoveNext();
            )
        {
            anon_4ffac12ed6584b16899a543ed6d6662c row = x.Current;
            ResultRow resultRow = new ResultRow(2);
            resultRow[0] = row.DynamicObject["upc"];
            resultRow[1] = row.DynamicObject["url"];
            result.Add(resultRow);
        }
        OnSelect(result);
        return(result);
    }