We are converting our PowerBuilder code to C# and we are not quite sure how to translate the following PowerBuilder code in C#.
doArticle.object.data.Delete.Current[1, 1] = il_null
Can't seem to find a way to modify data in any buffer except primary with a C# DataStore<T>.
Is it possible to modify buffer data other than primary?
If the problem still continues, please open a support ticket and attach the file it is not reading correctly so we can debug this. Thanks.