For example....
There is my BO, and it has a composed primary key so, when I'm trying to navegate or set a specific rows where I report just one of them, it's not work.
Code
boCustomer.Fill();
bocustomer.NavegateToPrimaryKey(idCustomers);
or
boCustomer.seekToPrimaryKey(idCustomers);
I have tried to use both of the key but these method don't accept two parameters...
How can I do This?