ISqlJoinBuilder.FullJoinRaw Method
.NET Standard 2.x
Uses the FULL 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 |
---|---|
FullJoinRaw(string joinClause) | Uses the FULL OUTER JOIN operator to join the original table source directly with a raw SQL to create a joined table. |
FullJoinRaw(string joinClause, string builderAlias) | Uses the FULL 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. |