LeftJoin constructor (1 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Data
Initializes a new instance of the LeftJoin class.
public LeftJoin(string toTable, string alias, ICriteria onCriteria)
| parameter | description |
|---|---|
| toTable | To table. |
| alias | The alias. |
| onCriteria | The ON criteria. |
See Also
LeftJoin constructor (2 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Data
Initializes a new instance of the LeftJoin class.
public LeftJoin(IDictionary<string, Join> joins, string toTable, string alias, ICriteria onCriteria)
| parameter | description |
|---|---|
| joins | The joins dictionary. |
| toTable | To table. |
| alias | The alias. |
| onCriteria | The ON criteria. |