Skip to content

Instantly share code, notes, and snippets.

@msiddiqi
Created March 28, 2012 13:06
Show Gist options
  • Save msiddiqi/2225969 to your computer and use it in GitHub Desktop.
Save msiddiqi/2225969 to your computer and use it in GitHub Desktop.
EnableEFValidation
public InstituteEntities()
{
this.Configuration.ValidateOnSaveEnabled = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment