ISqlJoinBuilder.LeftJoinRaw Method
.NET Standard 2.x
Uses the LEFT 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 |
|---|---|
| LeftJoinRaw(string joinClause) | Uses the LEFT OUTER JOIN operator to join the original table source directly with a raw SQL to create a joined table. |
| LeftJoinRaw(string joinClause, string builderAlias) | Uses the LEFT OUTER JOIN operator to join the original table source directly with a raw SQL to create a joined table. You need to specify an alias for the raw SQL. |