D
David
Hi,
mydatatable.select("IsDeleted = 0") is raising this error:
Run-time exception thrown :
System.IndexOutOfRangeException - Index was outside the
bounds of the array.
mydatatable.select("OutlineEntryID = '" & myID.ToString
& "'") works fine, where myID is a GUID. The only
difference I can see is that OutlineEntryID is the
primary key, and IsDeleted is just a normal field in the
datatable.
does datatable.Select only work for indexed fields?
Thanks,
David
mydatatable.select("IsDeleted = 0") is raising this error:
Run-time exception thrown :
System.IndexOutOfRangeException - Index was outside the
bounds of the array.
mydatatable.select("OutlineEntryID = '" & myID.ToString
& "'") works fine, where myID is a GUID. The only
difference I can see is that OutlineEntryID is the
primary key, and IsDeleted is just a normal field in the
datatable.
does datatable.Select only work for indexed fields?
Thanks,
David