Ado.net EDMX model table fields custom validation
问题 I have generated the data table model using the option "Generate model from database" in the entity framework and now the model contains the IDE generated code of the models. The models are working fine and now I have a problem, because I want to add custom validations to the table fields and the error messages & the field names should be taken from the resource file. The validation should be done in the ajax call. Can anyone help me to add these validations to the automatically generated