Hi,
I was able to convert PB datawindows to C# and currently I am trying to convert my whole PB app to C#. In PB I used an operation .GetItemNumber(), but what would this operation be in C# for the DataStore? There are three that I see that might be the solution: getItem(), getItems(), getItemStatus(). Maybe it's not any of them though. If someone knows what the equivalent of GetItemNumber from PB is in C# I would greatly appreciate it.
Thanks!