hI
i HAVE COLLECTION OBJ LIKE(0,“ABC”)(1,"BCD)
HOW DO i FETCH BASED ON VALUE
LIKE OBJ.GETvALUE(1)
SEND CRCT SYNTAX
hI
i HAVE COLLECTION OBJ LIKE(0,“ABC”)(1,"BCD)
HOW DO i FETCH BASED ON VALUE
LIKE OBJ.GETvALUE(1)
SEND CRCT SYNTAX
Do a for loop for the collection of object and this will surely help you
send single synatx. I dont want all values. sefic one
By “collection” do you mean dictionary (System.Collections.Generic.KeyValuePair)?
Cheers
Do this @KarthikBallary
Check the value using if condition , you will get the index in the for each row properties
To fetch value from a dictionary we need to use its key, as that collections is made for that.
But if we want to get the key based on the value from a dictionary then we can mention like this in the xaml
BlankProcess1.zip (10.6 KB)
hope tis would help you
Cheers @KarthikBallary
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.