D
Dobieslaw Wroblewski
Hello,
I am adding rows to the data table without primary key defined using the
DataRowCollection.Add(object[]) method.
When I am reading the table directly or using its default view or a view
with order set to "", I would like to process the records exactly in the
order in which they were added.
The question is whether I can trust the actual order of rows or it might be
implementation-dependent?
DW.
I am adding rows to the data table without primary key defined using the
DataRowCollection.Add(object[]) method.
When I am reading the table directly or using its default view or a view
with order set to "", I would like to process the records exactly in the
order in which they were added.
The question is whether I can trust the actual order of rows or it might be
implementation-dependent?
DW.