UpdateSqlGenerator.AppendObtainNextSequenceValueOperation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public virtual void AppendObtainNextSequenceValueOperation (System.Text.StringBuilder commandStringBuilder, string name, string? schema);
abstract member AppendObtainNextSequenceValueOperation : System.Text.StringBuilder * string * string -> unit
override this.AppendObtainNextSequenceValueOperation : System.Text.StringBuilder * string * string -> unit
Public Overridable Sub AppendObtainNextSequenceValueOperation (commandStringBuilder As StringBuilder, name As String, schema As String)
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework