Does LLBLGen have the ability to tell you if your entity has dependents?
For example, I have a customer table and an order table with a FK pointing back to the customer table. If I want to delete a customer, is there a way to check for dependents before it gets to the database and throws a reference constraint exception? I'd like to avoid unnecessary trips to the db.
Thanks in advance for any help.