IIdRow interface

namespace: Serenity.Data   assemblySerenity.Net.Entity

Basic interface for rows that has an ID field. You should put [IdProperty] attribute to corresponding field.

public interface IIdRow : IRow

See Also