Skip to content

Getting two values from one request #231

Answered by fw2568
WoodsterDK asked this question in Q&A
Discussion options

You must be logged in to vote

same logic, but directly on output mapping function:

 Output: f => 
  from field1 in f.GetField<string>("FIELD1")
  from field2 in f.GetField<string>("FIELD2")
  select new { field1, field2 }
            

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@WoodsterDK
Comment options

Comment options

You must be logged in to vote
1 reply
@WoodsterDK
Comment options

Answer selected by fw2568
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants