Pomona.PomonaHttpQueryTransformer.ParseSelect C# (CSharp) Méthode

ParseSelect() private méthode

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