ISqlJoin interface

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Interface for SQL join types

public interface ISqlJoin

Members

name description
Alias { get; } Gets the alias.
Dialect { get; } Gets the dialect.
OnCriteria { get; } Gets the ON criteria.
PropertyPrefix { get; } Gets the property prefix.
RowType { get; set; } Gets or sets the type of the row.
TitlePrefix { get; set; } Gets or sets the title prefix.
ToTable { get; } Gets the table joined to

See Also