delete PayRate from PayRates object

J

Jonathan Fong

The delete method in the PayRate object doesn't seem to work for me.
It gives me an exception in C# code. Please advise on this.

foreach(PayRate oPayRate in oPayRates)
{
oPayRate.Delete();
}

Jonathan.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top