need analog of ADODBrecordset.find() BUT FOR adonetdataset
i cant set position in dataset.
e.a. i have IDfield(int) in my dataset.table1 and i have to change position in it so the current MUST be MYID as int which is in IDfield
i know about rs.FIND in ADO and i need something like this but in ADO.NET