ICaptureLogHandler.Log method

namespace: Serenity.Data   assemblySerenity.Net.Services

Logs the capture log operation

public void Log(IUnitOfWork uow, IRow old, IRow row, object userId)
parameter description
uow Unit of work
old Old record
row New record
userId The user ID performing the operation

See Also