Skip to content

IIdRow interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Basic interface for rows that have an ID field. You should put the [IdProperty] attribute on the corresponding field.

public interface IIdRow : IRow

See Also