SqlServerModelExtensions.GetSequenceNameSuffix(IReadOnlyModel) Method

Definition

Returns the suffix to append to the name of automatically created sequences.

C#
public static string GetSequenceNameSuffix (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);

Parameters

model
IReadOnlyModel

The model.

Returns

The name to use for the default key value generation sequence.

Applies to

Toode Versioonid
Entity Framework Core 7.0, 8.0, 9.0