UpdateSqlGenerator.AppendNextSequenceValueOperation Method

Definition

Generates a SQL fragment that will get the next value from the given sequence and appends it to the full command being built by the given StringBuilder.

C#
public virtual void AppendNextSequenceValueOperation (System.Text.StringBuilder commandStringBuilder, string name, string schema);
C#
public virtual void AppendNextSequenceValueOperation (System.Text.StringBuilder commandStringBuilder, string name, string? schema);

Parameters

commandStringBuilder
StringBuilder

The builder to which the SQL fragment should be appended.

name
String

The name of the sequence.

schema
String

The schema that contains the sequence, or null to use the default schema.

Implements

Applies to

Produkt Versioner
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0