SqlBuilder.INSERT_INTO(SqlBuilder.ClauseStringHandler<SqlClause.INSERT_INTO>) Method
Appends the INSERT INTO clause using the provided interpolated string handler.
Namespace: DbExtensions
Assembly: DbExtensions.dll
Overloads
| Name | Description |
|---|---|
| INSERT_INTO(SqlBuilder.ClauseStringHandler<INSERT_INTO>) | Appends the INSERT INTO clause using the provided interpolated string handler. |
| INSERT_INTO(String) | Appends the INSERT INTO clause using the provided text. |
Syntax
public SqlBuilder INSERT_INTO(
ref ClauseStringHandler<INSERT_INTO> handler
)
Parameters
handler ClauseStringHandler<INSERT_INTO>
The interpolated string that represents the body of the INSERT INTO clause.
Return Value
SqlBuilder
A reference to this instance after the append operation has completed.