IInsertLogRow interface

namespace: Serenity.Data   assemblySerenity.Net.Entity

Interface for rows that have InsertUserId and InsertDate fields

public interface IInsertLogRow

Members

name description
InsertDateField { get; } Gets the insert date field.
InsertUserIdField { get; } Gets the insert user identifier field.

See Also