var results = connection.Query("select from checkpin(:Username, :Password)", new { Username = input.Username, Password = input.Password }, commandType: CommandType.Text);
*
var results = connection.Query("select * from ...
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)