|
N
|
Nir Frumer 10/7/2019 |
|
hi |
|
|
|
Sergey Kornilov admin 10/8/2019 |
|
A better set of links from the relevant manual: |
|
|
A
|
alevin16 author 10/8/2019 |
|
That was very helpful. The only issue I have now is that my field name has a space in it. I have tried many different things but since I am not familiar with C# I am poking in the dark. Here is what I have |
|
|
|
Sergey Kornilov admin 10/8/2019 |
|
This is SQL and you need to use [] as field name wrappers. query.addWhere("[Test Name]='" + userData.ToString() + "'"); |
|
|
A
|
alevin16 author 10/8/2019 |
|
Thank you thank you!!! |
|