Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 521 Bytes

IHaveJoins.md

File metadata and controls

18 lines (12 loc) · 521 Bytes

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