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