DataValidation.RelatedRecordExist method
Returns a related record exist error.
public static ValidationError RelatedRecordExist(string foreignTable, ITextLocalizer? localizer)
| parameter | description |
|---|---|
| foreignTable | Foreign table |
| localizer | Text localizer |
Return Value
The related record exist error.
See Also
- class ValidationError
- interface ITextLocalizer
- class DataValidation