Guest User

Untitled

a guest
Jun 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. using (var c = SqlConnection(connstring))
  2. {
  3. c.Open();
  4. var p = new DynamicParameters();
  5.  
  6. c.Execute("minhaprocdanada", p, commandTimeout: 60 /*segundos*/,
  7. commandType: CommandType.StoredProcedure);
  8. }
Add Comment
Please, Sign In to add comment