Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Product?$filter=Name eq 'Apple'
  2.  
  3. var propertyName=((filterQuery?.FilterClause?.Expression as BinaryOperatorNode)?.Left as SingleValuePropertyAccessNode)?.Property?.Name;
  4.  
  5. Product?$filter=Name eq 'Apple' and Price eq 120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement