Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Mar 26, 2021
1 parent 1a666a6 commit c7563d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SqlMarshal.CompilationTests/ConnectionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public ConnectionManager(SqlConnection connection)
public partial IList<PersonInformation> GetResultByPage(int pageNo, out int totalCount);

[SqlMarshal("")]
public partial IList<PersonInformation> GetResultFromSql([CustomSql]string sql, int maxId);
public partial IList<PersonInformation> GetResultFromSql([RawSql]string sql, int maxId);
}
}

0 comments on commit c7563d5

Please sign in to comment.