OuterApplyAttribute class

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

Adds a OUTER APPLY to the row

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class OuterApplyAttribute : Attribute, ISqlJoin

Public Members

name description
OuterApplyAttribute(…) Initializes a new instance of the OuterApplyAttribute class. (2 constructors)
Alias { get; } Gets the alias.
Dialect { get; set; } Gets or sets the dialect.
InnerQuery { get; } Gets the inner query.
NegateDialect { get; set; } Gets or sets the negating of the dialect.
PropertyPrefix { get; set; } Gets the property prefix.
RowType { get; set; } Gets or sets the type of the row.
TitlePrefix { get; set; } Gets or sets the title prefix.

See Also