This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Let's say we have an entity called "Task", and it has 2 date time properties "BeganOn" and "CompletedOn", both properties are nullable, and "CompletedOn" must be later than "BeganOn". I know we can specify expression like "> 5" for validation. But can we specify "> BeganOn", or do we need to write our own custom validator?
|
|