IParentIdRow interface

namespace: Serenity.Data   assemblySerenity.Net.Entity

Interface for rows that has a ParentId field

public interface IParentIdRow : IRow

Members

name description
ParentIdField { get; } Gets the parent identifier field.

See Also