InnerJoin constructor (1 of 2)

namespace: Serenity.Data   assemblySerenity.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.

See Also


InnerJoin constructor (2 of 2)

namespace: Serenity.Data   assemblySerenity.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.

See Also