IIsDeletedRow interface

namespace: Serenity.Data   assemblySerenity.Net.Entity

Determines that this row uses soft delete and the field that holds this flag

public interface IIsDeletedRow

Members

name description
IsDeletedField { get; } Gets the is deleted field.

See Also