ISqlOperationInterceptor.ExecuteNonQuery method
namespace: Serenity.Data assembly: Serenity.Net.Services
Intercepts SqlHelper.Execute(SqlDelete/SqlUpdate/SqlInsert) method. Command textParametersThe query.Expected rowsTrue if InsertAndGetID is called
public OptionalValue<long?> ExecuteNonQuery(string commandText,
IDictionary<string, object> parameters, ExpectedRows expectedRows, IQueryWithParams query,
bool getNewId)
See Also
- struct OptionalValue<T>
- enum ExpectedRows
- interface IQueryWithParams
- interface ISqlOperationInterceptor