We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f7df3 commit fa187a4Copy full SHA for fa187a4
1 file changed
DirectSQL/Database.cs
@@ -14,7 +14,7 @@ namespace DirectSQL
14
/// <typeparam name="C">Type of Connection</typeparam>
15
/// <typeparam name="T">Type of Transaction</typeparam>
16
public delegate void SqlExecution<C,T>(C connection, T transaction)
17
- where C:IDbConnection
+ where C : IDbConnection
18
where T : IDbTransaction;
19
20
/// <summary>
0 commit comments