OuterApplyAttribute constructor (1 of 2)

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

Initializes a new instance of the OuterApplyAttribute class.

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

See Also


OuterApplyAttribute constructor (2 of 2)

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

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