Dela via


IUpdateSqlGenerator.AppendBatchHeader(StringBuilder) Method

Definition

Appends a SQL fragment for the start of a batch to the full command being built by the given StringBuilder.

public void AppendBatchHeader (System.Text.StringBuilder commandStringBuilder);
abstract member AppendBatchHeader : System.Text.StringBuilder -> unit
Public Sub AppendBatchHeader (commandStringBuilder As StringBuilder)

Parameters

commandStringBuilder
StringBuilder

The builder to which the SQL fragment should be appended.

Applies to