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