We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be08bc commit 1d58732Copy full SHA for 1d58732
1 file changed
DirectSQL/Database.cs
@@ -56,7 +56,6 @@ public async Task ProcessAsync(AsyncConnectExecution execute)
56
{
57
connection.Open();
58
await execute(connection);
59
-
60
}
61
62
@@ -124,7 +123,6 @@ public void Process(SqlExecution execute)
124
123
125
126
});
127
128
129
130
/// <summary>
@@ -155,7 +153,6 @@ public static int ExecuteNonQuery(
155
153
SetParameters(command, parameters);
156
154
157
return command.ExecuteNonQuery();
158
159
160
161
@@ -212,7 +209,6 @@ public static object ExecuteScalar(
212
209
213
210
214
211
return command.ExecuteScalar();
215
216
217
218
0 commit comments