IHaveJoins interface

namespace: Serenity.Data   assemblySerenity.Net.Data

Interface for row type that provides a list of its joins

public interface IHaveJoins

Members

name description
Joins { get; } List of all joins in entity

See Also