ISqlJoinBuilder.RightJoinRaw Method
.NET Standard 2.x
Uses the RIGHT OUTER JOIN operator to join the original table source directly with a raw SQL to create a joined table.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| RightJoinRaw(string joinClause) | Uses the RIGHT OUTER JOIN operator to join the original table source directly with a raw SQL to create a joined table. |
| RightJoinRaw(string joinClause, string builderAlias) | Uses the RIGHT OUTER JOIN operator to join the original table source directly with a string of raw SQL to create a joined table. You need to specify an alias for the raw SQL. |