Find and FindAll
Created at 08 Dec 2021, 21:00
Find and FindAll
08 Dec 2021, 21:00
I want to find positions ignoring the labels, i.e., search by symbol only. How can I do that?
If I pass null as the lable, does this only search for orders which were created with a null lable or search for all orders regardless of label?
amusleh
09 Dec 2021, 09:25
Hi,
You have to use Linq:
@amusleh