ILoggingRow interface

namespace: Serenity.Data   assemblySerenity.Net.Entity

A combination of IUpdateLogRow and IInsertLogRow

public interface ILoggingRow : IInsertLogRow, IUpdateLogRow

See Also