Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sheryever authored Nov 4, 2016
1 parent 43ad804 commit 2aec973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ try
{
var person = new Person() { Name = "Ahmed", Address = "Madina" };

var newId = simpleAccess.ExecuteScalar<int>(transaction, "INSERT INTO People values (@name, @Address); SELECT SCOPE_IDENTITY();", person);
var newId = simpleAccess.ExecuteScalar<int>(transaction, "INSERT INTO People VALUES (@name, @Address); SELECT SCOPE_IDENTITY();", person);

simpleAccess.EndTransaction(transaction);
}
Expand Down

0 comments on commit 2aec973

Please sign in to comment.