Join class

namespace: Serenity.Data   assemblySerenity.Net.Data

Corresponds to an SQL JOIN (INNER, OUTER, CROSS etc.)

public abstract class Join : Alias

Public Members

name description
Joins { get; } Gets the joins.
OnCriteria { get; } Gets the ON criteria.
ReferencedAliases { get; } Gets the referenced aliases.
RowType { get; set; } Gets or sets the type of the row.
abstract GetKeyword() Gets the keyword.

Protected Members

name description
Join(…) Initializes a new instance of the Join class.

See Also