Pomona.PomonaHttpQueryTransformer.ParseSelect C# (CSharp) Method

ParseSelect() private method

private ParseSelect ( PomonaQuery query, string select, Type thisType ) : void
query PomonaQuery
select string
thisType System.Type
return void
        private void ParseSelect(PomonaQuery query, string select, Type thisType)
        {
            query.SelectExpression = this.parser.ParseSelectList(thisType, select);
        }