SqlBuilder.INNER_JOIN Method
Sets INNER JOIN as the next clause, to be used by subsequent calls to clause continuation methods, such as _If(Boolean, ConditionalStringHandler).
Namespace: DbExtensions
Assembly: DbExtensions.dll
Overloads
| Name | Description |
|---|---|
| INNER_JOIN() | Sets INNER JOIN as the next clause, to be used by subsequent calls to clause continuation methods, such as _If(Boolean, ConditionalStringHandler). |
| INNER_JOIN(SqlBuilder.ClauseStringHandler<INNER_JOIN>) | Appends the INNER JOIN clause using the provided interpolated string handler. |
| INNER_JOIN(String) | Appends the INNER JOIN clause using the provided text. |
Syntax
public SqlBuilder INNER_JOIN()
Return Value
SqlBuilder
A reference to this instance after the operation has completed.