RightJoin constructor (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Initializes a new instance of the RightJoin class.

public RightJoin(string toTable, string alias, ICriteria onCriteria)
parameter description
toTable To table.
alias The alias.
onCriteria The ON criteria.

See Also


RightJoin constructor (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Initializes a new instance of the RightJoin class.

public RightJoin(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.

See Also