OuterApplyAttribute constructor (1 of 2)
namespace: Serenity.Data.Mapping assembly: Serenity.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
- class OuterApplyAttribute
OuterApplyAttribute constructor (2 of 2)
namespace: Serenity.Data.Mapping assembly: Serenity.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
- enum ServerType
- class OuterApplyAttribute