Using a call from a Webcore vis a TXDataWebDataset, if the QueryString is set to '$filter=Id eq ' + AId.ToString;
if AId = 0 then the first record in the dataset is returned, rather than nothing. Is this expected?
Using a call from a Webcore vis a TXDataWebDataset, if the QueryString is set to '$filter=Id eq ' + AId.ToString;
if AId = 0 then the first record in the dataset is returned, rather than nothing. Is this expected?
It's expected if Id property/field in the first record has a value of 0.
No, it has an id of 106.
I'll need to do some more testing then