Skip to content

Instantly share code, notes, and snippets.

@paulbatum
Last active November 24, 2015 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulbatum/5f0c8a61ece04b6fe134 to your computer and use it in GitHub Desktop.
Save paulbatum/5f0c8a61ece04b6fe134 to your computer and use it in GitHub Desktop.
if (AppSettings["MS_DatabaseSchemaName"] != null
|| AppSettings["MS_SchemaName"] != null
|| AppSettings["MS_Schemo"] != null
|| AppSettings["MS_TableSchema"] != null)
{
//God dammit Dale!!
// do stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment