Dapper supports this directly. For example... string sql = "SELECT * FROM SomeTable WHERE id IN @ids" var results = conn.Query(sql ...
確定! 回上一頁