Join constructor
namespace: Serenity.Data assembly: Serenity.Net.Data
Initializes a new instance of the Join class.
protected Join(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. |
Exceptions
| exception | condition |
|---|---|
| ArgumentException |