vote up 0 vote down star

Hi

In my database, I have a composite unique key constraint (CustomerId, Name) on a entity. I want to test if the unique constraint is upheld before submitting changes to the database. The user can customize the Name attribute on the entity, so I would like to make a custom validator that validates the name property, but while doing it, I need access to the CustomerId property as well. How do I do that?

I an using WCSF, which means I am stuck in Entlib 3.1 and the included VAB, but I guess it is possible to switch to EntLib 4.1's VAB without breaking WCSF.

Regards, Egil.

flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.