Need guidance towards evaluative boolean logic tree

前端 未结 5 1367
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 16:29

I can\'t seem to find a pointer in the right direction, I am not even sure what the terms are that I should be researching but countless hours of googling seem to be spinning me

5条回答
  •  名媛妹妹
    2021-02-04 17:11

    Sounds like you need to create a user interface that allows the creation of a simple parse tree. When the presses GO you can then walk the tree and create a LINQ expression tree from that user interface structure. Execute the LINQ query and then process the results as needed. I would therefore recommend you read up on LINQ expression trees.

提交回复
热议问题