Skip to content

IHaveJoins interface

namespace: Serenity.Data   assemblySerenity.Net.Services

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