OuterApplyAttribute class
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Services
Adds a OUTER APPLY to the row
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class OuterApplyAttribute : Attribute, ISqlJoin
| parameter | description |
|---|---|
| alias | The alias. |
| innerQuery | The inner query. |
Public Members
| name | description |
|---|---|
| OuterApplyAttribute(…) | Adds a OUTER APPLY to the row (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. |
Remarks
Initializes a new instance of the OuterApplyAttribute class.
See Also
- interface ISqlJoin
- Source: OuterApplyAttribute.cs