Skip to main content

SqlMapper.IParameterCallbacks

Extends IDynamicParameters with facilities for executing callbacks after commands have completed

Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public interface IParameterCallbacks : SqlMapper.IDynamicParameters

Methods

OnCompleted()

Invoked when the command has executed

View Source
Declaration
void OnCompleted()