Hi all,
Formerly when i was developing by delphi in order to detect the last of datasource list as my loop condition i was writing
When(MyDataSet.MyDataSource.eof)do
Begin
end;
, now how can do the same in C#
Thanks
Hi all,
Formerly when i was developing by delphi in order to detect the last of datasource list as my loop condition i was writing
When(MyDataSet.MyDataSource.eof)do
Begin
end;
, now how can do the same in C#
Thanks