OuterApplyAttribute constructor (1 of 2)

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

Adds a OUTER APPLY to the row

public OuterApplyAttribute(string alias, string innerQuery)
parameter description
alias The alias.
innerQuery The inner query.

Remarks

Initializes a new instance of the OuterApplyAttribute class.

See Also


OuterApplyAttribute constructor (2 of 2)

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

Initializes a new instance of the OuterApplyAttribute class.

public OuterApplyAttribute(string alias, string innerQuery, params ServerType[] serverTypes)
parameter description
alias The alias.
innerQuery The inner query.
serverTypes Dialects like MySql, Sqlite.

See Also