SqlHelper.ExecuteNonQuery method
namespace: Serenity.Data assembly: Serenity.Net.Services
Executes the statement
public static int ExecuteNonQuery(IDbConnection connection, string commandText,
IDictionary<string, object> param = null, ILogger logger = null)
| parameter | description |
|---|---|
| connection | The connection. |
| commandText | The command text. |
| param | The parameters. |
| logger | Logger |
Return Value
Number of affected rows
See Also
- class SqlHelper