UpdateSqlGenerator.GenerateNextSequenceValueOperation(String, String) Method

Definition

Generates SQL that will obtain the next value in the given sequence.

C#
public virtual string GenerateNextSequenceValueOperation (string name, string schema);
C#
public virtual string GenerateNextSequenceValueOperation (string name, string? schema);

Parameters

name
String

The name of the sequence.

schema
String

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

Returns

The SQL.

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