ISqlOperationInterceptor.ExecuteNonQuery method

namespace: Serenity.Data   assemblySerenity.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