Skip to content

IParentIdRow interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Interface for rows that have a ParentId field.

public interface IParentIdRow : IRow

Members

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

See Also