Skip to content

Instantly share code, notes, and snippets.

@crowcoder
Created October 15, 2016 15:39
Show Gist options
  • Select an option

  • Save crowcoder/2d3a7c399c5b1c31b5097b52930af55c to your computer and use it in GitHub Desktop.

Select an option

Save crowcoder/2d3a7c399c5b1c31b5097b52930af55c to your computer and use it in GitHub Desktop.
private static void NoInputWithDefault(SqlCommand cmd)
{
cmd.CommandType = CommandType.StoredProcedure;
cmd.CommandText = "usp_Input_Has_Default";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment